Skip to content

Releases: nWidart/laravel-modules

1.18.0

13 Mar 19:42
23b2806
Compare
Choose a tag to compare

Changed

  • The module list command (module:list) now returns the native module name

1.17.1

02 Mar 10:08
88de464
Compare
Choose a tag to compare

Changed

  • Fixed issues with route file location in start.php

1.17.0

27 Feb 21:35
cbf2780
Compare
Choose a tag to compare

Changed

  • Add checking for failure to parse module JSON

1.16.0

24 Jan 23:18
Compare
Choose a tag to compare

Added

  • Support for Laravel 5.4
  • Adding show method on resource controller
  • Added check for cached routes to not load them multiple times

1.15.0

12 Jan 16:52
Compare
Choose a tag to compare

1.15.0 - 2017-01-12

Added

  • Module requirements (PR #117)
  • Added Macroable trait to Module class (PR #116)

Changed

  • Added missing import of the Schema facade on migration stubs
  • A default plain migration will be used if the name was not matched against a predefined structure (create, add, delete and drop)
  • Add tests for all the different migration structures above
  • Fix: respecting order in reverse migrations (PR #98)
  • Fix: module:reset and module:migrate-rollback didn't have --database option (PR #88)
  • Fix: Module::asset(), removed obsolete backslash. (PR #91)

1.14.0

19 Oct 09:45
Compare
Choose a tag to compare
Updating 1.0 release date

1.13.1

09 Sep 15:53
Compare
Choose a tag to compare

Changed

  • Generated emails are now generated in the Emails folder by default

1.13.0

09 Sep 15:50
Compare
Choose a tag to compare

Changed

  • Ability to set default value on the config() method of a module.
  • Mail: Setting default value to config. Using that as the namespace.
  • Using PSR2 for generated stubs

0.12.0

08 Sep 20:22
Compare
Choose a tag to compare

Added

  • Generation of Mailable classes

0.11.2

29 Aug 18:03
Compare
Choose a tag to compare

Changed

  • Using stable version of laravelcollective/html (5.3)