Download the PHP package webteractive/make-action without Composer
On this page you can find all versions of the php package webteractive/make-action. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webteractive/make-action
More information about webteractive/make-action
Files in webteractive/make-action
Package make-action
Short Description Add make:action command to your Laravel project
License MIT
Homepage https://github.com/webteractive/make-action
Informations about the package make-action
Laravel make:action Command
This Laravel package provides a php artisan make:action
command to quickly scaffold "Action" classes. This encourages organized and reusable business logic.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
To create a new action class, run the make:action
Artisan command:
This will create a new action class at app/Actions/CreateNewUser.php
:
You can customize the default method name (handle
) by changing the method_name
value in the config/make-action.php
file:
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Glen Bangkila
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of make-action with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0||^12.0