Skip to content

Releases: mtvbrianking/multi-auth

v1.1.1

13 May 20:58
Compare
Choose a tag to compare
  • 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

16 Apr 04:09
Compare
Choose a tag to compare

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

07 Apr 08:46
Compare
Choose a tag to compare

Fixed issues with vendor publish.

Corrected mistake related to vendor publish in readme file.

Tested for Laravel v5.6

v1.0.2

22 Sep 21:15
Compare
Choose a tag to compare

Added Install & Usage Instructions to readme.md

v1.0.1

22 Sep 20:42
Compare
Choose a tag to compare

Fixed composer.json

Changed auto-loading from dev

I.e., autoload-dev to autoload

v1.0.0

22 Sep 15:08
Compare
Choose a tag to compare
Allow Dev