Releases: langleyfoxall/laravel-boilerplate
Releases · langleyfoxall/laravel-boilerplate
v3.1.0
v3.0.0
- Upgrade to Laravel 5.8
- Update Travis config to use Ubuntu Xenial
v2.1.0
- Update PHP dependencies
- Ensure
logs
endpoint relies on configuration rather than the environment - Change the version constraints of the following packages
langleyfoxall/laravel-nist-password-rules
to^2.0
- Improves the underlying code of one of the validation rules.divineomega/laravel-route-restrictor
to^2.2
- Adds proper support for Laravel 5.7, resolving edge case issues with PATCH, PUT & DELETE routes.
v2.0.3
- Correct
QUEUE_DRIVER
toQUEUE_CONNECTION
in.env.example
, as this changed as part of the upgrade from Laravel 5.6 to 5.7.
v2.0.2
- Fix to the
UserFactory
to point at the correct model class (@robmilward) - Fix to the
ResetPasswordController
(@DivineOmega & @JamesLF)
This release also includes the following.
- Composer
create-project
installation instructions (@DivineOmega & @wheatleyjj)
v2.0.1
v2.0.0
- Change name in
composer.json
to allow for project creation via Composer. - Integrate Laravel NIST Password Rules package. 🔒
v1.1.0
The following changes happened this release
- Bumped up 5.6 to 5.7
- Protect the log route with basic auth
- Set the locale of the headless chrome instance that Dusk spawns to en-GB
- Travis CI for the laravel side has been setup.
Thanks @DivineOmega for all your help with this release 👍