Skip to content

Releases: nWidart/laravel-modules

0.11.1

25 Aug 12:56
Compare
Choose a tag to compare

Changed

  • Use development version of laravelcollective/html, until they tag a stable release for laravel 5.3.

0.11.0

24 Aug 12:04
Compare
Choose a tag to compare

Added

  • Adding module:make-job command to generate a job class
  • Adding support for Laravel 5.3

Changed

  • Added force option to module:seed command (PR #32 )

0.10

10 Aug 19:46
Compare
Choose a tag to compare

Added

  • Experimental Laravel 5.3 support

Changed

  • Make sure the class name has Controller appended to it as well. Previously only the file had it suffixed.

Removed

  • Dependencies: pingpong/support and pingpong/generators

0.9

30 Jul 08:09
Compare
Choose a tag to compare
0.9

Added

  • Adding a plain option to the generate controller command

Changed

  • Generate controller command now generates all resource methods

0.8

28 Jul 08:51
Compare
Choose a tag to compare
0.8

Fixed

  • Module generation namespace now works with StudlyCase (Issue #14)
  • No module namespace fix (#13)

Changed

  • Using new service provider stub for module generation too

0.7

22 Jul 14:02
Compare
Choose a tag to compare
0.7

Changes

  • Support laravel 5.1 LTS

0.6

20 Jul 07:58
Compare
Choose a tag to compare
0.6

Changes

  • Using the configured cache clear to clear the cache.
  • By default using uppercase Modules path.

0.5

09 Jul 19:45
Compare
Choose a tag to compare
0.5

Fixed

  • Clearing modules cache when generating a new module.

0.4

09 Jul 17:20
Compare
Choose a tag to compare
0.4

Added

  • Command to publish module config files.

0.3

01 Jul 10:21
Compare
Choose a tag to compare
0.3

Changed

  • Allow the translations registering to be optional