Skip to content

Releases: PanchoDP/laravel-actions

Version:2.0.1

15 Oct 13:39

Choose a tag to compare

Improve readme image.

Version:2.0.0

05 Oct 04:36

Choose a tag to compare

[2.0.0] - 2025-10-05

🚀 Features

  • [breaking] Change default behavior to instance methods and replace --i with --s flag
    BREAKING CHANGE: Default method generation changed from static to instance methods.
    Changes: - Replaced --i flag with --s flag for static method generation
  • Default generated actions are now instance methods (non-static)
  • Removed method_static configuration option from config file
  • Updated all flag combinations to use 's' instead of 'i'
  • Updated documentation and examples to reflect new behavior
  • Updated all tests to match new default behavior

Migration guide for v1.x users:

  1. Replace any usage of --i flag with --s flag in your scripts
  2. Remove 'method_static' from config/laravel-actions.php if present
  3. Be aware that new actions will be instance methods by default
  4. Existing generated actions are not affected and will continue to work

Version:1.7.0

27 Sep 18:51

Choose a tag to compare

v1.7.0

Version:1.7.0

Versión:1.6.1

09 Sep 21:16

Choose a tag to compare

Add php artisan actions:list command

Version: 1.5.0

30 Aug 21:04

Choose a tag to compare

v1.5.0

Version:1.5.0

Version: 1.4.2

29 Aug 21:00

Choose a tag to compare

v1.4.2

version:1.4.2

Versión:1.4.1

28 Aug 04:23

Choose a tag to compare

v1.4.1

Version:1.4.1

Version: 1.3.0

23 Jul 03:10

Choose a tag to compare

[1.3.0] - 2025-07-23

🚀 Features

  • New configuration for method name

📚 Documentation

  • Document the configuration file in readme

Version: 1.2.5

17 Jul 17:26

Choose a tag to compare

[1.2.5] - 2025-07-17
📚 Documentation
Add dev keyword
Specify php versions

Version:1.2.4

15 Jul 17:56

Choose a tag to compare

[1.2.4] - 2025-07-15

🐛 Bug Fixes

  • Add composer-require-dev: true