Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lorisleiva/laravel-actions-docs
📚 Documentation for Laravel Actions
https://github.com/lorisleiva/laravel-actions-docs
Last synced: 2 months ago
JSON representation
📚 Documentation for Laravel Actions
- Host: GitHub
- URL: https://github.com/lorisleiva/laravel-actions-docs
- Owner: lorisleiva
- License: mit
- Created: 2020-04-25T18:32:49.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-08T16:06:34.000Z (5 months ago)
- Last Synced: 2024-10-12T01:28:52.050Z (3 months ago)
- Language: JavaScript
- Homepage: https://laravel-actions-docs.vercel.app
- Size: 2.57 MB
- Stars: 3
- Watchers: 3
- Forks: 27
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
metaTitle: 'Laravel Actions'
---# Laravel Actions
âš¡ **Classes that take care of one specific task.**
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.
Therefore it encourages you to switch your focus from:
> "What controllers do I need?", "should I make a FormRequest for this?", "should this run asynchronously in a job instead?", etc.
to:
> "What does my application actually do?"
![Hero](/hero2.png)