Releases: Pharaonic/laravel-modulator
Releases · Pharaonic/laravel-modulator
1.3.0
Add loadHelpers
action to auto-load helpers.php
file in every module.
1.2.2
Fix test command by adding setPty
.
1.2.1: Reset the migrations in one command
Replace resetting the migrations one by one to Block of migrations
1.2.0
- Move lang directory to the main path.
1.1.3
Full Changelog: 1.1.2...1.1.3
- Fix commands registration
1.1.2
Full Changelog: 1.1.1...1.1.2
- fix
module:routes
command
1.1.1
fix : check module exists in module:routes
1.1.0
Full Changelog: 1.0.3...1.1.0
- Add routes list + compatible with 8.x, 9.0
1.0.3
fix providers class loader
1.0.2
Full Changelog: 1.0.1...1.0.2
- Fix : Providers Registeration.