Download the PHP package visiarch/laravel-action without Composer
On this page you can find all versions of the php package visiarch/laravel-action. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download visiarch/laravel-action
More information about visiarch/laravel-action
Files in visiarch/laravel-action
Package laravel-action
Short Description A simple Laravel package to create actions, using artisan commands
License MIT
Homepage https://github.com/visiarch/laravel-action
Informations about the package laravel-action
laravel-action
A Simple Package to create actions, using artisan commands in laravel.
This package extends the make:
commands to help you easily create action classes in Laravel 9+.
What is Action ?
In Laravel, "Action" usually refers to the method inside the controller that handles the HTTP request. These actions determine how the application responds to specific requests to specific routes.
Install
Once it is installed, you can use any of the commands in your terminal.
Usage
Actions are used to group logic related to routes and HTTP requests. They handle application logic related to user interactions over HTTP.
Examples
Create an action class
/app/Actions/CreateUser.php
Contributing
Please feel free to fork this package and contribute by submitting a pull request to enhance the functionalities.
How can I thank you?
Why not star the github repo? I'd love the attention! Why not share the link for this repository on any social media? Spread the word!
Thanks! visiarch
License
The MIT License (MIT). Please see License File for more information.