Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
v11.0.0
What's Changed
- Fix for Symfony/Console by @jyxjjj in #1730
- Update resource-collection.stub by @solomon-ochepa in #1739
- Update resource.stub by @solomon-ochepa in #1738
- Implement base command by @alissn in #1735
- Fix Issue #1752 - Hardcoded string + undefined variable by @Subtixx in #1753
- fix: Failed to load module script for static assets such as images by @jaymeh in #1759
- [fix] Fixing Case of
tests/Unit
andtests/Feature
by @alissn in #1757 - [fix] enable create folder of migration on make new module by @alissn in #1756
- Fixing Case of
Database/Factories
andDatabase/Seeders
by @alissn in #1755 - refactor new module structure, without namespace
app
by @alissn in #1758 - Rearrange Command Classes into Folders and Update Namespace Structure by @alissn in #1762
- Fix Failure Tests by @alissn in #1764
- Update config.php by @solomon-ochepa in #1766
- [feat] add method 'getAppPath' by @alissn in #1768
- Update controller-api.stub by @solomon-ochepa in #1770
- Update api.stub by @solomon-ochepa in #1771
New Contributors
- @jyxjjj made their first contribution in #1730
- @Subtixx made their first contribution in #1753
- @jaymeh made their first contribution in #1759
Full Changelog: v8.4.0...v11.0.0
8.6.0
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