Laravel Modules Versions Save

Module Management In Laravel

v11.0.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nWidart/laravel-modules/compare/v8.4.0...v11.0.0

8.6.0

4 months ago

Release to correct false being used instead of null for TestMakeCommand getOptions method

7.4.0

4 months ago

Release to correct false being used instead of null for TestMakeCommand getOptions method

10.0.6

4 months ago

Added

10.0.5

4 months ago

Added

Changed

  • @dcblogdev Reverted config to use App and Database namespace / folders by default
  • @alissn Command Synchronization and Alphabetical Sorting in ConsoleServiceProvider
  • @fpermana Update ObserverMakeCommand.php

Fixed

10.0.4

6 months ago

Changed

  • @dcblogdev updated module:publish-config to a dynamic path to the service provider

10.0.3

7 months ago

Changed

  • @solomon-ochepa updated multiple & config stubs to follow modern laravel standards
  • @dcblogdev updated enabled $MODULE_NAMESPACE$ & $CONTROLLER_NAMESPACE$ placeholders to be used inside stubs
  • @hungthai1401 updated rule stub

Added

10.0.2

7 months ago

Changed

  • reordered config commands and added missing observer command

10.0.1

7 months ago

Added

  • @JaberWiki Added Include an optional flag subpath for rolling back a module's specific migration file #1626
  • @sergiy-petrov Added support for testing GitHub actions against PHP versions 8.2 and 8.3. #1624
  • @hanieas Added make Observer command. #1623
  • @alissn Add phpdoc to Module facade class for IDE auto-completion. #1589
  • @aryala7 Add command to create broadcasting channel #1599

Changed

v10.0.0

1 year ago

Changed

  • Minimum PHP version to 8.1 for supporting Laravel 10
  • Laravel 10 version
  • Increased PHPUnit to 10.0
  • Increased Mockery to 1.5

Updated