Download the PHP package getheybot/laravel-actions without Composer
On this page you can find all versions of the php package getheybot/laravel-actions. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download getheybot/laravel-actions
More information about getheybot/laravel-actions
Files in getheybot/laravel-actions
Package laravel-actions
Short Description This package introduces a new way of organising the logic of your Laravel applications by focusing on the actions your applications provide.
License proprietary
Homepage https://github.com/getheybot/laravel-actions
Informations about the package laravel-actions
Actions
This package introduces a new way of organising the logic of your Laravel applications by focusing on the actions your applications provide.
Instead of creating controllers, jobs, listeners and so on, it allows you to create a PHP class that handles a specific task and run that class as anything you want.
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Usage
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
- Heybot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-actions with dependencies
spatie/laravel-package-tools Version ^1.16
illuminate/contracts Version ^10.0||^11.0