Releases: L5Modular/L5Modular
Releases · L5Modular/L5Modular
Fix wrong translation path
2.1.1 bump version
Add missing make commands
View, Translation, Routes
Rewritten the package from scratch
Add config, generators, tests, etc.
Add Laravels "Package Auto-Discovery"
It is not necessary to add the service provider into config/app.php
manually
Support for Laravel >= 5.7
Fixed helper calls in module generator
Support for Laravel 5.5
1.4.1 support for Laravel 5.5 - v1.4.1
Support for different route files
The command php artisan:make module
generates now a routes folder (with api.php and web.php) instead of a single file.
The new files are getting generated with the corresponding middleware group config.
Support for Laravel 5.4
Update composer.json v1.3.5 Support for L5.4
Fix UnitTest issue
This release fixes #20 and the corresponding testing fails
include routes.php instead of include_once
Fix route caching issue
1.3.3 v1.3.3