Releases: olssonm/l5-very-basic-auth
v4.1
Minor edits and cleanup.
Documentation now also available in Japanese.
v4.0
Support for Laravel 5.5, also with Package Auto-Discovery (read more in the documentation).
v3.0
Laravel 5.4 support
Laravel 5.4 changed up some things on how middlewares are loaded onto routes from – for example – a service provider (read more here under "Routing"). This is now fixed.
Misc. other changes, cleanups and tweaks.
v2.1.0
v2.0.1
Laravel 5.3 compatability
Minor adjustments and checks to make sure the package works with the newly released Laravel 5.3.
v1.2.1
A minor issue with the used testing framework (orchestra/testbench) could cause extremely long install times upon composer require
when not using the --no-dev
-flag, even leading to timeouts on occasions.
Issue has been fixed together with some other minor updates to README.md etc.