Skip to content

Releases: mhmiton/laravel-modules-livewire

v4.3.0

27 Nov 15:56
Compare
Choose a tag to compare

Fix: Volt view factory issue.

v4.2.0

22 Nov 18:15
Compare
Choose a tag to compare

Fix: dependencies check issue.

v4.1.0

20 Nov 02:39
Compare
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
Compare
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)

v3.0.0

24 Mar 00:14
8e33fda
Compare
Choose a tag to compare
  • Update namespace - #42
  • change path from Resources to resources - #41

v2.3.0

12 Mar 18:05
4f4e97f
Compare
Choose a tag to compare

Add support for Laravel 11 #40

v2.2.0

18 Nov 16:37
Compare
Choose a tag to compare

Module namespace modified.

v2.1.0

25 Aug 02:36
Compare
Choose a tag to compare

Requires:

  • PHP version 8.1
  • Laravel version 10
  • Livewire version 3

v2.0.0

01 Aug 12:15
Compare
Choose a tag to compare

Support Livewire 3 - #29

v1.6.0

24 Feb 11:23
0123a41
Compare
Choose a tag to compare

Support Laravel 10 - #26