Package to create custom files that doesn't have default stub.
You can install the package via composer:
composer require alibori/laravel-file-generator --devYou 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}servicerepository(This will make an interface too).actionresponse
composer testPlease 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.