Skip to content

Laravel library that permits to create and customize actions in a very easy way.

License

Notifications You must be signed in to change notification settings

comhon-project/custom-action

Repository files navigation

Custom Action

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Laravel library that permits to create and customize actions in a very easy way.

Installation

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"

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Laravel library that permits to create and customize actions in a very easy way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages