Skip to content

Releases: kirschbaum-development/laravel-preflight-checks

0.5.0

24 Jun 13:51
7b0322f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...0.5.0

0.4.2

20 Feb 17:54
f7cbb2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.4.2

0.4.1

12 Jan 15:26
89c13f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

Laravel 10 Support

28 Mar 13:17
b6272e3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.2...0.4.0

0.3.2

11 Aug 20:40
c61b4bb
Compare
Choose a tag to compare

Add support for Laravel 9

0.3.1

22 Jun 14:39
Compare
Choose a tag to compare

Adds OptionalConfiguration check for optional config values (primarily useful for local environments).

0.3.0

07 Jun 12:05
Compare
Choose a tag to compare

Changes

  • Adds Redis connection option and configuration hints.

Possibly breaking changes from 0.2.x:

  • Config fail data is returned with the key nested, rather than a plain array. If you've been relying on that data programmatically, you'll need to grab the "key" value in each array now.

0.2.3

15 Mar 15:59
Compare
Choose a tag to compare

Adds some better messages for PDO connections, and forces the DB check to honor the connection specified in the options.

0.2.2

12 Mar 20:38
Compare
Choose a tag to compare

Fixes an issue with the namespace of the no preflight checks exception (was missed due to the skipped test)

0.2.1

23 Feb 21:08
Compare
Choose a tag to compare

Adds a bit more info on the Database check message (useful with multiple connections)
Re-aligns config, config filename, and provider