Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
7.4.0
10.0.6
10.0.5
Added
- @azim-kordpour Add PHPDoc static to all methods in Module facade
Changed
- @dcblogdev Reverted config to use
App
andDatabase
namespace / folders by default - @alissn Command Synchronization and Alphabetical Sorting in ConsoleServiceProvider
- @fpermana Update ObserverMakeCommand.php
Fixed
- @alissn revert extend class to ShowModelCommand
- @benjaminniess Fix ModelShowCommand extends property
10.0.4
Changed
- @dcblogdev updated
module:publish-config
to a dynamic path to the service provider
10.0.3
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
- @dcblogdev added support for using modules inside the main
vite.config.js
file #1682 - @dcblogdev added option to generate a factory by using the flag
-f
when generating a model - @hungthai1401 added implicit rule #1664
10.0.2
10.0.1
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
- @Rattone Updated stubs for command from
name
tosignature
#1625 - @moeen-basra Remove the unused Factory import #1596
- @moeen-basra Replace the \Config::get with config function #1596
- @aryala7 Changed disable module Command to accept array of modules instead of single module to disable #1591
v10.0.0
9.0.6
9.0.5
Added
- @alissn add command show model information #1429
- @JaberWiki add optional flag for seeder or request in model generator command #1431
Changed
- @alissn updated command style to new version of artisan #1430
- @ChauDucGiang updated Feature/cache driver #1443
Fixed
- @ajayfroiden fixed module:disable #1438
- @inovar-tecnologia fixed DisableCommand.php#1435