Download the PHP package comhon-project/custom-action without Composer
On this page you can find all versions of the php package comhon-project/custom-action. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download comhon-project/custom-action
More information about comhon-project/custom-action
Files in comhon-project/custom-action
Package custom-action
Short Description Laravel library that permits to create and customize actions in a very easy way.
License MIT
Homepage https://github.com/comhon-project/custom-action
Informations about the package custom-action
Custom Action
Custom Action is a Laravel library that allows you to create and customize actions easily. This library provides a ready-to-use API for action customization, along with built-in interfaces and traits to help you implement actions as simply as possible.
For example, suppose your application is a CRM. Your back-office users want to customize the emails sent to final clients. With Custom Action, you only need to implement the "send email" action in just a few lines of code. Back-office users will then be able to customize the action (email subject, content, recipients, and sender) via the API without requiring any additional development!
This library can be used for any type of action that requires customization.
Installation
You can install the package via composer:
You can publish and run the migrations with:
You can publish the config file with:
Documentation
To learn more about Custom Action, please the wiki.
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.
All versions of custom-action with dependencies
comhon-project/model-resolver-contract Version ^2.0
comhon-project/template-renderer Version ^1.4.2
illuminate/contracts Version ^10.0|^11.0|^12.0
spatie/laravel-package-tools Version ^1.18.0