Skip to content

Releases: mhmiton/laravel-modules-livewire

v6.1.0

23 Jan 19:02

Choose a tag to compare

  • Fixed: Class-based component not found issue on route. #71

v6.0.0

20 Jan 19:00

Choose a tag to compare

Add support for Livewire 4

v5.2.0

06 Aug 19:21

Choose a tag to compare

  • Added module:make-livewire-form command - #66
  • Fixed the app_path issue for custom modules

v5.1.0

07 Mar 00:12

Choose a tag to compare

Fix: Maximum call stack size reached.

v5.0.0

25 Feb 16:04
4051a58

Choose a tag to compare

Add support for Laravel 12 #58

v4.4.0

23 Feb 17:45

Choose a tag to compare

Fix: Conflict with Livewire/Flux

v4.3.0

27 Nov 15:56

Choose a tag to compare

Fix: Volt view factory issue.

v4.2.0

22 Nov 18:15

Choose a tag to compare

Fix: dependencies check issue.

v4.1.0

20 Nov 02:39

Choose a tag to compare

Fixed - Example not correct: php artisan module:make-livewire Core Pages/AboutPage --inline #47

v4.0.0

20 Nov 02:15

Choose a tag to compare

  • Volt support added.

  • Command prompts for missing input support added.

  • The --custom option is removed from the command, and the custom module will be detected automatically by config (custom_modules).

  • config keys changes from custom_modules

`name_lower` - required
`views_path` - new added and required
`volt_view_namespaces` - new added and required (volt only)