This is my package HandlerGenerator
savvyosive/laravel-handler-generator is a Laravel package for this is my package handlergenerator.
It currently has 0 GitHub stars and 11 downloads on Packagist (latest version 1.0.0).
Install it with composer require savvyosive/laravel-handler-generator.
Discover more Laravel packages by savvyosive
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require savvyosive/laravel-handler-generator
You can publish and run the migrations with:
php artisan vendor:publish --provider="Savvyosive\HandlerGenerator\HandlerGeneratorServiceProvider" --tag="laravel-handler-generator-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Savvyosive\HandlerGenerator\HandlerGeneratorServiceProvider" --tag="laravel-handler-generator-config"
This is the contents of the published config file:
return [
];
use Savvyosive\HandlerGenerator\HandlerGenerator;
$handlerGenerator = new HandlerGenerator();
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.