Download the PHP package santosalan/lumen-crud without Composer
On this page you can find all versions of the php package santosalan/lumen-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download santosalan/lumen-crud
More information about santosalan/lumen-crud
Files in santosalan/lumen-crud
Download santosalan/lumen-crud
More information about santosalan/lumen-crud
Files in santosalan/lumen-crud
Please rate this library. Is it a good library?
Informations about the package lumen-crud
santosalan/lumen-crud
Install with Composer
php composer.phar require santosalan/lumen-crud
Enable it in bootstrap/app.php
Add it in bootstrap/app.php
Doctrine Inflectors - Irregular Plural and Singular
Create, if not exists, file config/app.php and register this
Add it in bootstrap/app.php before return $app;
See Help
php artisan make:lumen-crud -h
See Tables
php artisan make:lumen-crud
Generate a Basic Lumen-CRUD
php artisan make:lumen-crud --tables [ all | table_number ] --path-models 'App\Models\' --routes=[ y | n ] --base-model [ y | n ]
or
php artisan make:lumen-crud -t [ all | table_number ] -p 'App\Models\' -r [ y | n ] -b [ y | n ]
Caution: All files will be replaced
All versions of lumen-crud with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.3
illuminate/contracts Version ~5.1
illuminate/http Version ~5.1
illuminate/support Version ~5.1
illuminate/database Version ~5.1
laravel/lumen-framework Version ^5.6
illuminate/contracts Version ~5.1
illuminate/http Version ~5.1
illuminate/support Version ~5.1
illuminate/database Version ~5.1
laravel/lumen-framework Version ^5.6
The package santosalan/lumen-crud contains the following files
Loading the files please wait ....