Skip to content

Installation

comhon-project edited this page Apr 14, 2025 · 2 revisions

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"

Clone this wiki locally