Download the PHP package santosalan/laravel-crud without Composer
On this page you can find all versions of the php package santosalan/laravel-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download santosalan/laravel-crud
More information about santosalan/laravel-crud
Files in santosalan/laravel-crud
Informations about the package laravel-crud
santosalan/laravel-crud
Install with Composer
php composer.phar require santosalan/laravel-crud
Doctrine Inflectors - Irregular Plural and Singular
Add it in config/app.php
Add it in app/Providers/AppServiceProvider.php
See Help
php artisan make:crud -h
See Tables
php artisan make:crud
Generate a Basic Laravel-CRUD examples
php artisan make:crud --tables [ all | table_number ] --path-models 'App\Models\' --routes [ y | n ] --theme [1=AdminLTE | 2=Porto Admin]
or
php artisan make:crud -t [ all | table_number ] -p 'App\Models\' -r [ y | n ] -T [1=AdminLTE | 2=Porto Admin]
Generate a Basic Laravel-CRUD API Client to santosalan/lumen-crud core
php artisan make:crud --tables [ all | table_number ] --path-models 'App\Models\' --routes [ y | n ] --api-client Y
or
php artisan make:crud -t [ all | table_number ] -p 'App\Models\' -r [ y | n ] -a Y
Publish Provider
php artisan vendor:publish --provider 'SantosAlan\LaravelCrud\ServiceProvider'
If make crud the API Client configure the app/Services/CoreApiService.php with data of the system core Lumen CRUD Server
Caution: All files will be replaced
All versions of laravel-crud with dependencies
laravelcollective/html Version >=5.4.0
laravel/framework Version >=5.4
jeroennoten/laravel-adminlte Version >=1.22
santosalan/api-magic Version >=0.0.4
santosalan/laravel-utils Version >=0.0.3