Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
v12.0.4
What's Changed
- Fix: add missing closing tag by @ukeloop in #2060
- [fix] fix Error Cannot instantiate abstract class by @alissn in #2062
- Refactor
module
helper, improve code clarity, and handle exceptions by @alissn in #2063 - Refactor: Type property with interface instead of concrete class for better extensibility by @serhii-solodkyi in #2069
- Add ListCommands Command by @dcblogdev in #2081
- Ensure modules are registered in register phase by @tareq-alqadi in #2089
New Contributors
- @ukeloop made their first contribution in #2060
- @serhii-solodkyi made their first contribution in #2069
- @tareq-alqadi made their first contribution in #2089
Full Changelog: v12.0.3...v12.0.4
v12.0.3
What's Changed
- Hot fixes for mismatch variables by @dcblogdev in #2059
Full Changelog: v12.0.2...v12.0.3
v12.0.2
What's Changed
- Create
module()
helper function and@module()
blade directive by @solomon-ochepa in #2044 - Feature/pluralize module route paths by @solomon-ochepa in #2045
- Enhance Config Merging Logic to Prevent Duplicate Keys in Modules by @solomon-ochepa in #2052
- fix: update master view path to new component structure by @dcblogdev in #2055
- fix: update component namespace generation in module make command tests by @dcblogdev in #2056
- Allow Module Configs to Override Root Application Configs by @solomon-ochepa in #2053
Full Changelog: v12.0.1...v12.0.2
v12.0.1
What's Changed
- Added missing type hinting for helpers.php by @edgarsn in #2030
- Update Stubs to Follow Laravel Pint Standards by @solomon-ochepa in #2035
- [new feature] Module plural names by @solomon-ochepa in #2036
- Bumps dependencies by @alissn in #2037
- [delete] delete unused files and command and test by @alissn in #2038
- allow
module
andmodule_namespace
to be used inside migrations by @dcblogdev in #2039 - Make model with flags by @dcblogdev in #2041
- Add Support for Closures in Stub Variable Replacement by @alissn in #2040
New Contributors
Full Changelog: v12.0.0...v12.0.1
v12.0.0
v11.1.10
v11.1.9
What's Changed
- Refactor DocBlocks for clarity by @solomon-ochepa in #2007
- [fix] fix module prune command by @alissn in #2021
- Remove Cached Module Providers Manifest to Improve Dynamic Module Detection by @alissn in #2022
- Add PHP Linting (Pint) Action to the Package by @alissn in #2023
Full Changelog: v11.1.8...v11.1.9
v11.1.8
What's Changed
- added option to use kebab case by @dcblogdev in #2002
Full Changelog: v11.1.7...v11.1.8
v11.1.7
What's Changed
- set config as the tag by @dcblogdev in #1983
- Synchronize
module:model-show
Command withmodel:show
Command in Laravel Framework by @alissn in #1990 - Add
prohibitDestructiveCommands
Method to Prevent Running Destructive Commands in Production by @alissn in #1996 - fix make plain module by @alissn in #1999
Full Changelog: v11.1.6...v11.1.7