Package to create custom files that doesn't have default stub.
You can install the package via composer:
composer require alibori/laravel-file-generator --dev
You can publish the config file with:
php artisan vendor:publish --tag="file-generator-config"
Optionally, you can publish the stubs using
php artisan vendor:publish --tag="file-generator-stubs"
php artisan file-generator:generate {type} {name}
service
repository
(This will make an interface too).action
response
composer test
Please see CHANGELOG for more information on what has changed recently.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.