laravel-actions
laravel-actions copied to clipboard
⚡️ Laravel components that take care of one specific task
hi, i was wondering if there is any way to use action as a silenced job. https://laravel.com/docs/10.x/horizon#silenced-jobs ```php /** * Determine if the underlying job class should be silenced. *...
Hi, Thanks for your great package! Let me explain the problem: I have a phone verification system that sends an OTP code to the user and then verifies it. I...
Laravel recently introduced (v9.33) new functionality to help validate the frontend with precognitive requests. See here: https://github.com/laravel/framework/pull/44339 **Issue:** When trying to incorporate this with actions as a controller, you get...
Hi there! Using actions for awhile, thanks for this great plugin 🙌 We're chaining actions but assertChained isn't working : 1. `ProcessActivityJob` is a normal `ShouldQueue` implementation. 2. `UpdateUserParticipationsOnChallenges` uses...
Hello, nice project. Finally, I don't have to wander around files to get to the business logic. So, in my application I usually respond with HTML, JSON and sometime I...
Hello, congratulations for your package! I have searched to make an action (as listener) asynchronous but wasn't able to find any resource around that. Is it possible?
Hi, I'm using v2.5.1 of this package with Laravel v10.1.3. To ensure data always gets validated no matter how the action is called, I'm using unified attributes to manually validate...
I observed some odd behavior when trying to store a passed in variable. My constructor in the base class assigns a variable, but when the child class goes to evaluate...
I absolutely love this package, but the only thing I don't like is having to declare all of my Action routes individually, and losing the ability to define resourceful routes....
## Version - laravel/framework v11.28.1 - lorisleiva/laravel-actions v2.8.4 ## Problem Statement When an action runs as a dispatched job and the job fails, the `storage/logs/laravel.log` shows a lot of details...