Laravel library that permits to create and customize actions in a very easy way.
You can install the package via composer:
composer require comhon-project/custom-action
You can publish and run the migrations with:
php artisan vendor:publish --tag="custom-action-migrations"
php artisan migrate
You can publish the config file with:
php artisan vendor:publish --tag="custom-action-config"
composer test
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.