Download the PHP package amgrade/laravel-scaffolding without Composer
On this page you can find all versions of the php package amgrade/laravel-scaffolding. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-scaffolding
Laravel Scaffolding
Package with some console commands for code generation.
Installation
If you prefer manual installation, then add to config/app.php
into providers
section next line:
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
All versions of laravel-scaffolding with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.1
laravel/framework Version ^10.0 || ^11.0 || ^12.0
nikic/php-parser Version ^4.17 || ^5.0
laravel/framework Version ^10.0 || ^11.0 || ^12.0
nikic/php-parser Version ^4.17 || ^5.0
The package amgrade/laravel-scaffolding contains the following files
Loading the files please wait ....