amgrade/laravel-scaffolding
Laravel Scaffolding
Package with some console commands for code generation.
Installation
composer require amgrade/laravel-scaffolding
If you prefer manual installation, then add to config/app.php into providers section next line:
'providers' => [
AMgrade\Scaffolding\ScaffoldingServiceProvider::class,
],
Otherwise, it will be autodiscovered.
List of commands
php artisan make:observer— adds suffix "Observer" and autoregister observer class in EventsServiceProvider.phpphp artisan make:console— adds suffix "Command" and autoregister console command class in Kernel.phpphp artisan make:repository— adds an ability to scaffold whole structure for repository pattern and creates given repository class
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
631,580,251
9,707