laravel-actions icon indicating copy to clipboard operation
laravel-actions copied to clipboard

⚡️ Laravel components that take care of one specific task

Results 42 laravel-actions issues
Sort by recently updated
recently updated
newest added

In the latest versions of Laravel, if you install the Actions package and register in your app service provider boot method `Actions::registerCommands();`, it will return a LogicException: "You must call...

bug

Would it be possible to use the Laravel `ShouldBeEncrypted` for jobs?

question
support