generated from spatie/package-skeleton-laravel
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
comhon-project edited this page Apr 14, 2025
·
2 revisions
You can install the package via composer:
composer require comhon-project/custom-actionYou can publish and run the migrations with:
php artisan vendor:publish --tag="custom-action-migrations"
php artisan migrateYou 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"