Skip to content

Releases: langleyfoxall/laravel-boilerplate

v3.1.0

08 Jul 14:29
ad094c4
Compare
Choose a tag to compare
  • Bump NIST password rules package to latest version, and publish its language files.

v3.0.0

05 Jul 14:42
f0f2a5d
Compare
Choose a tag to compare
  • Upgrade to Laravel 5.8
  • Update Travis config to use Ubuntu Xenial

v2.1.0

17 Apr 13:48
1232eb5
Compare
Choose a tag to compare
  • 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

17 Apr 12:24
b8021cc
Compare
Choose a tag to compare
  • Correct QUEUE_DRIVER to QUEUE_CONNECTION in .env.example, as this changed as part of the upgrade from Laravel 5.6 to 5.7.

v2.0.2

27 Feb 08:47
92da714
Compare
Choose a tag to compare
  • 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

09 Jan 08:32
05e88d6
Compare
Choose a tag to compare

v2.0.0

19 Nov 10:11
b756ef1
Compare
Choose a tag to compare

v1.1.0

19 Sep 07:24
92ac032
Compare
Choose a tag to compare

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 👍

v1.0.0

06 Sep 13:23
20e93e0
Compare
Choose a tag to compare
  • Initial release.