v8.6.12 - 2022-04-12
- Fix empty paths for server.php by @driesvints in laravel#5863
v8.6.11 - 2022-02-08
- Fix alphabetical order (#5795)
- Added missing full stop in
required_array_keys
validation rule (#5798) - Add validation language line (926c48e
- Update the default Argon2 options (096638e)
- Bump Laravel to v8.75 (#5750)
- Simplify the maintenance file call (#5752)
- Add enum translation (#5753)
- Add mac_address validation message (#5754)
- Delete web.config (#5744)
- Fix asset publishing if they were already published (#5734)
- Order validation rules alphabetically (#5728)
- Removes the Console\Kernel::$commands property (#5727)
- Added
declined
anddeclined_if
validation rules (#5723) - Should be identical with current sanctum config file (#5725)
- Guess database factory model by default (#5713)
- Log deprecations instead of treating them as exceptions (#5711)
- Add failover in supported mail configurations comment section (#5692)
- Keeping access tokens migration id consistent (#5691)
- Ensures downloaded version of Collision supports PHP 8.1 (#5697)
- Update lte and gte validation messages to have a grammatically parallel structure (#5699)
- Add failover driver to default mail config file (#5672)
- Sanctum (#5663)
- Use new
TrustProxies
middleware (#5662)
- Unified asset publishing (#5654)
- Add RateLimiter facade alias (#5642)
- Add translation for current_password rule (#5628)
- Update skeleton for filesystem tweaks to make sail usage easier (c5d38d4)
- Bump framework version to include SQL server security fix (#5601)
- Ignore SQLite files generated on parallel testing (#5593)
- Add language for prohibited_if and prohibited_unless validation rules (#5557)
- Add date facade alias (#5556)
- Use same default queue name for all drivers (#5549)
- Standardise "must" and "may" language in validation (#5552)
- Add missing 'after_commit' key to queue config (#5554)
- Don't flash 'current_password' input (#5541)
- Add "ably" in comment as a broadcast connection (#5531)
- Add unverified state to UserFactory (#5533)
- Update login wording (9a56a60)
- Fix dead link in web.config (#5528)
- Delete
docker-compose.yml
(#5522)
- Update
TrustProxies.php
(#5514)
- Revert changes to env file (3b2ed46)
- Disable
TrustHosts
middleware (b7cde8b)
- Add Sail (17668be)
- Revert change to
QUEUE_CONNECTION
(34368a4)
- Add Sail file (bcd87e8)
- Update env file for Sail (a895748)
- Comment out
Redis
facade by default (612d166) - Uncomment
TrustHosts
middleware to enable it by default (#5477)
- Remove cloud option (82213fb)
- Add ably entry (5182e9c)
- Add missing null cache driver in
config/cache.php
(#5472)
- Add sanctum cookie endpoint to default cors paths (aa6d3660)
- Modify the
cache.php
docblocks (#5468) - Add stub handler (4931af1)
- Closed @auth correctly (#5471)
- Add auth line (b54ef29)
- Bump several dependencies
- PHP 8 Support (4c25cb9)
- Update Faker (#5461)
- Update minimum Laravel version (86d4ec0)
- Revert to per user API rate limit (#5456, bec982b)
- Delete removed webpack flag (#5460)
- Added
LOG_LEVEL
env variable (#5442)
- Type hint the middleware Request (#5438)
- Add comment (a6ca577)
- Fully qualified user model in seeder (#5406)
- Update model path in
AuthServiceProvider
's policies (#5412) - Add commented code (69d0c50)
- Removed
$namespace
property (b33852e)
- Re-add property to route service provider (9cbc381)
Laravel 8 comes with a lot of changes to the base skeleton. Please consult the diff to see what's changed.