All Projects → DevlessTeam → Dv Php Core

DevlessTeam / Dv Php Core

Licence: apache-2.0
Devless is a ready-made back-end for development of web or mobile applications. It is fully open source under the permissive Apache v2 license. This means that you can develop your front end without worrying about neither back-end code or the business risk of a proprietary backend-as-a-service.

Projects that are alternatives of or similar to Dv Php Core

Mini Crm
Mini CRM with Laravel API and react-native
Stars: ✭ 17 (-90.06%)
Mutual labels:  apis, laravel
Laravel Debugbar
Laravel Debugbar (Integrates PHP Debug Bar)
Stars: ✭ 13,485 (+7785.96%)
Mutual labels:  laravel
Logviewer
📃 Provides a log viewer for Laravel
Stars: ✭ 2,098 (+1126.9%)
Mutual labels:  laravel
Laravel Bridge
Package to use Laravel on AWS Lambda with Bref
Stars: ✭ 168 (-1.75%)
Mutual labels:  laravel
Partyline
Output to Laravel's console from outside of your Command classes.
Stars: ✭ 168 (-1.75%)
Mutual labels:  laravel
Laravel Nova Nested Form
This package allows you to include your nested relationships' forms into a parent form.
Stars: ✭ 169 (-1.17%)
Mutual labels:  laravel
Pact Php
PHP version of Pact. Enables consumer driven contract testing, providing a mock service and DSL for the consumer project, and interaction playback and verification for the service provider project
Stars: ✭ 167 (-2.34%)
Mutual labels:  apis
Laradminator
Integration of Adminator into Laravel 6.x/7.x/8.x with RTL support
Stars: ✭ 170 (-0.58%)
Mutual labels:  laravel
Novapackages
Stars: ✭ 169 (-1.17%)
Mutual labels:  laravel
Lara Head
Easily setup SEO in your laravel project with lara-head ❤️ @code4mk
Stars: ✭ 169 (-1.17%)
Mutual labels:  laravel
Fcm
Firebase Cloud Messaging (FCM) notifications channel for Laravel
Stars: ✭ 169 (-1.17%)
Mutual labels:  laravel
Imall
基于Laravel5.2,Vue.js1.0的微信商城,用于熟悉 Laravel、Vuejs、Webpack、Gulp 的结合使用,已不维护及更新。(1MB单核基础服务器,浏览请耐心等待图片加载...)
Stars: ✭ 168 (-1.75%)
Mutual labels:  laravel
Laravel Selfupdater
This package provides some basic methods to implement a self updating functionality for your Laravel application. Already bundled are some methods to provide a self-update mechanism via Github or some private repository via http.
Stars: ✭ 170 (-0.58%)
Mutual labels:  laravel
Phphub5
PHPHub Ver 5 is a Forum project Powered by Laravel 5.1, and it is also the project build up PHP & Laravel China community (此项目已弃用)
Stars: ✭ 1,971 (+1052.63%)
Mutual labels:  laravel
Koel
🐦 A personal music streaming server that works.
Stars: ✭ 13,105 (+7563.74%)
Mutual labels:  laravel
Themes
🎨 Laravel Themes package with support for the Caffeinated Modules package.
Stars: ✭ 167 (-2.34%)
Mutual labels:  laravel
Breadcrumbs
Laravel Breadcrumbs - An easy way to add breadcrumbs to your @Laravel app.
Stars: ✭ 169 (-1.17%)
Mutual labels:  laravel
Laravel Translatable
[Deprecated] A Laravel package for multilingual models
Stars: ✭ 1,974 (+1054.39%)
Mutual labels:  laravel
Lapse
Laravel Self Hosted Tiny Error Tracking System With Notifications
Stars: ✭ 172 (+0.58%)
Mutual labels:  laravel
Multi Domain Laravel
An example of multi-domain/subdomain app in Laravel.
Stars: ✭ 171 (+0%)
Mutual labels:  laravel

Build Status Docker Pulls Codacy Badge Open Source Helpers

Devless is a tool for ready-made back-end for development of web or mobile applications. It is fully open source under the permissive Apache v2 license. This means that you can develop your front end without worrying about neither back-end code or the business risk of a propitiatory backend-as-a-service.

DevLess provides the perfect starting point for your next big idea. Forget all the boilerplate and focus on what matters: your APPLICATION and USERS its like Laravel Spark and also comes with the ease Parse(RIP) had. https://devless.io/

How?

Well first upto 93% of the things you do on DevLess is pure configuration via GUI Service Image

*For example this is how you create tables on DevLess (migration equivalence in frameworks) Tables Image

Deciding on which table to make available to end users via automagically generated APIs is just a tab away Privacy Image Working with Data is a joy data table Deployment is a breeze all you have to do is export your app and import it into another DevLess instance on the cloud could be via our docker image

This part ensures that no shit 💩 is blown into the project

The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in RFC 2119.

The project versioning is based on Sermantic Versioning Specification

Coding standards are also based on the PSR-2-coding-style-guide

For those ready to take the 💊 or you could just ignore below and use docker 📦

Devless API Engine(DAE) is an opensource API engine that allows CRUD access to databases as well as execute PHP scripts and rules.

Current implementation of the Devless API Engine is in PHP and built on top of the Laravel framework.

DAE can be used as a standalone (accessed solely via API calls) however a management console is provided to interact with the API engine.

Requirements

  • Database (MySQL, PostgreSQL, SQLSRV etc..)
  • An HTTP server
  • PHP >= 5.5.9
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Mbstring PHP Extension
  • Tokenizer PHP Extension
  • Composer

Installation procedure

  • Clone the repo git clone https://github.com/DevlessTeam/DV-PHP-CORE.git
  • Change into directory cd DV-PHP-CORE
  • run composer install to grab dependecies
  • copy .env.example to .env cp .env.example .env and update the database options
  • run migrations with ./devless migrate
  • ./devless serve

If everything goes on smoothly you should be able to access the setup screen at localhost:8000

If you will need help setting up you may check out the Laravel installation guide as the Devless core is based off of Laravel.

Alternatively, you can deploy your own copy unto Heroku😎

Deploy to Heroku

Checkout out the docs

Questions and Support

Follow or join these channels for questions and support, and to keep updated on latest releases and announcements.

Slack


Join Now >
Twitter


Follow >

How to contribute

Please checkout the Contribute guide on how to contribute No contribution is too small

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].