Installation - comhon-project/custom-action GitHub Wiki
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"
You can publish the policies files with:
php artisan vendor:publish --tag="custom-action-policies"