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.
Compatibility
This package is tested and compatible with:
| Laravel | PHP | Filament |
|---|---|---|
| 13.x | 8.4 | 5.x |
| 12.x | 8.3, 8.4 | 5.x |
| 11.x | 8.3, 8.4 | 4.x, 5.x |
| 10.x | 8.3, 8.4 | 4.x |
The package works seamlessly alongside Filament projects without any conflicts.
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:
Laravel Boost Support
This package includes AI guidelines for Laravel Boost, providing AI agents with context on how to properly use the make:action command.
Enabling Boost Guidelines
To include this package's guidelines in your AI context:
-
Add to your
boost.json: - Update Boost:
Once enabled, AI coding assistants will:
- Generate correct
make:actioncommands - Create action classes following Laravel conventions
- Provide appropriate examples when working with the action pattern
The guidelines are automatically discovered from resources/boost/guidelines/core.blade.php when you opt-in.
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||^13.0