Releases: mnabialek/laravel-modular
Releases · mnabialek/laravel-modular
Add support for Laravel 5.4
Fix in loading routes
Fix in loading routes with single route files
Fix in loading factories
Fix in loading factories
Fixes and improvements
- fix using absolute paths to verify whether files exists
- use require instead of require_once to allow usage in PhpUnit tests
- fix in loading factories
Fix creating migrations
Fixed invalid path for created migrations
Fix invalid route prefix usage
Fixed bug in loading routes
Code rewrite and optimization for Laravel 5.3
- complete code rewrite
- added unit tests
- using explicit module names (exact they were typed, case sensitive)
- optimization for Laravel 5.3 (easier installation and using migrations from custom paths)
- removed
module:migrate
command - allow to use multiple routes for module
- change package name from
mnabialek/laravel-simple-modules
tomnabialek/laravel-modular
- updated documentation with extra details about modules settings
- fixed publishing stubs files into invalid directory when config file does not exist yet
Fix - merging default config and change package name
List of changes:
- updated package name
- fixed publishing files when config is not yet created or doesn't contain all the settings
Initial public release
Initial public release. Allow to divide Laravel application into multiple modules to manage each modules separately.