v9.1.8 - 2022-05-05
- Add local_domain option to smtp configuration by @bintzandt in laravel/laravel#5877
- Add specific test user in seeder by @driesvints in laravel/laravel#5879
v9.1.7 - 2022-05-03
- Deprecation log stack trace option by @driesvints in laravel/laravel#5874
v9.1.6 - 2022-04-20
- Move password lines into main translation file by @taylorotwell in https://github.com/laravel/laravel/commit/db0d052ece1c17c506633f4c9f5604b65e1cc3a4
- Add missing maintenance to config by @ibrunotome in laravel/laravel#5868
v9.1.5 - 2022-04-12
- Rearrange route methods by @osbre in laravel/laravel#5862
- Add levels to handler by @taylorotwell in https://github.com/laravel/laravel/commit/a507e1424339633ce423729ec0ac49b99f0e57d7
v9.1.4 - 2022-03-29
- Add encryption configuration by @taylorotwell in https://github.com/laravel/laravel/commit/f7b982ebdf7bd31eda9f05f901bd92ed32446156
v9.1.3 - 2022-03-29
- Add an example to the class aliases by @nshiro in laravel/laravel#5846
- Add username in config to use with phpredis + ACL by @neoteknic in laravel/laravel#5851
- Remove "password" from validation lang by @mnastalski in laravel/laravel#5856
- Make authenticate session a route middleware by @taylorotwell in laravel/laravel#5842
v9.1.2 - 2022-03-15
- The docker-compose.override.yml should not be ignored by default by @dakira in laravel/laravel#5838
v9.1.1 - 2022-03-08
- Add option to configure Mailgun transporter scheme by @jnoordsij in laravel/laravel#5831
- Add
throw
to filesystems config by @ankurk91 in laravel/laravel#5835
- Small typo fix in filesystems.php by @tooshay in laravel/laravel#5827
- Update sendmail default params by @driesvints in laravel/laravel#5836
v9.1.0 - 2022-02-22
- Remove namespace from Routes by @emargareten in laravel/laravel#5818
- Update sanctum config file by @suyar in laravel/laravel#5820
- Replace Laravel CORS package by @driesvints in laravel/laravel#5825
v9.0.1 - 2022-02-15
- Improve typing on user factory by @axlon in laravel/laravel#5806
- Align min PHP version with docs by @u01jmg3 in laravel/laravel#5807
- Remove redundant
null
s by @felixdorn in laravel/laravel#5811 - Remove default commented namespace by @driesvints in laravel/laravel#5816
- Add underscore to prefix in database cache key by @m4tlch in laravel/laravel#5817
- Fix lang alphabetical order by @shuvroroy in laravel/laravel#5812
Laravel 9 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.