Skip to content

Tags: lorisleiva/laravel-actions

Tags

v2.9.1

Toggle v2.9.1's commit message
Fix styling

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Laravel 12 (#312)

v2.8.6

Toggle v2.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #305 from it-can/main

Fix php8.4 deprecated notices

v2.8.5

Toggle v2.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
resolving null and CI test from #298 (#301)

v2.8.4

Toggle v2.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add a return type using phpdoc to fix IDE autocomplete (#292)

The make function can't define a return type, because the result could be a Decorator, or the actual action.
However, without docblocks or type-hinting, PHPStorm ends up providing incorrect autocomplete information.
The solution is to instead add back a phpdoc comment for this specific use case.

See #285 and #287 for more details.

v2.8.3

Toggle v2.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix for laravel v11.21.x (#289)

v2.8.2

Toggle v2.8.2's commit message
Fix styling

v2.8.1

Toggle v2.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Handle $deleteWhenMissingModels on JobDecorator (#283)

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Laravel 11 (#273)

Co-authored-by: Loris Leiva <loris.leiva@gmail.com>

v2.7.3

Toggle v2.7.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
lorisleiva Loris Leiva
Revert "Update ControllerDecorator.php for Laravel 9 and 10 compatibi…

…lity (#266)"

This reverts commit 54b73e2.