Added
- Ability to customise the destination folder & namespace of a generated class
- Added
php artisan module:migrate-status
command - Added
config_path()
helper for Lumen - Added views tag to view config in ServiceProvider
- Added package auto discovery for laravel 5.5 in generated module
composer.json
Changed
- Adding the ability to correctly load modules from multiple locations, together
- Custom seeder path now also used in the
module:seed
command - updated readme on how to install laravel-modules in Lumen