Releases: mtvbrianking/multi-auth
Releases · mtvbrianking/multi-auth
v1.1.1
- Added console progress feedback and interactivity during setup.
- Implemented use of
force
option to override existing guards. - Fixed route service provider for Laravel version 5.3.
v1.1.0
Changed implementation to use stubs
-
Changed the entire implementation from using static files to stubs.
-
Change directory structure to the most commonly used type; i.e, service provider is no longer nested in Providers folder.
From: Bmatovu\MultiAuth\Providers\MultiAuthServiceProvider.php
To: Bmatovu\MultiAuth\MultiAuthServiceProvider.php
-
Added package auto discovery
-
Added a list of files create/updated by the package
-
Remove
vendor:publish
capability as as its not necessary
v1.0.3
Fixed issues with vendor publish.
Corrected mistake related to vendor publish in readme file.
Tested for Laravel v5.6
v1.0.2
Added Install & Usage Instructions to readme.md
v1.0.1
Fixed composer.json
Changed auto-loading from dev
I.e., autoload-dev
to autoload
v1.0.0
Allow Dev