Releases: nWidart/laravel-modules
Releases · nWidart/laravel-modules
4.0.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
Added
- Laravel mix configuration (https://nwidart.com/laravel-modules/v3/basic-usage/compiling-assets)
Changed
- Allow symlinks in module path
- Returns the parameter
--class
to theSeedCommand
. - Generate folders recursively
- Removing link that has become a 404
- Fixed seed command exception typehint
Removed
- Removed the optimize command on the
module:make-migration
command
3.0.1
3.0.0
Added
- Added support for laravel 5.6
- Using phpunit 7
Changed
- BC:
Repository
class: renamedenabled
toallEnabled
- BC:
Repository
class: renameddisabled
toallDisabled
- BC:
Repository
class: renamedactive
toenabled
- BC:
Repository
class: renamednotActive
todisabled
Removed
- Dropped php 7.0 support
- BC:
Module
class: Deprecatedactive()
method, useenabled()
- BC:
Module
class: DeprecatednotActive()
method, usedisabled()
- BC:
Repository
class: DeprecatedaddPath()
method, useaddLocation()
- BC:
Repository
class: Deprecatedget()
method, usefind()
- BC:
Repository
class: DeprecatedgetUsed()
method, usegetUsedNow()
2.7.0
Changed
- Rename the
before
method toboot
in theRouterServiceProvider
stub file - Fixing caching issue if modules were loaded from a different directory
- Fixing how modules are loaded from vendor directory (#423 #417)
- Update to Mockery 1.0
- use default file stubs only if the override does not exist
- Fix non well formed numeric value in seed command
2.6.0
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