mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
2.8 KiB
2.8 KiB
Release Notes
v5.4.23 (2017-05-11)
Added
Changed
- Switch to using meta
- Use CSRF token from
meta
tag, instead ofwindow.Laravel
object (#4260) - Log console error if CSRF token cannot be found (1155245)
Fixed
- Added missing
ipv4
andipv6
validation messages (#4261)
v5.4.21 (2017-04-28)
Added
- Added
FILESYSTEM_DRIVER
andFILESYSTEM_CLOUD
environment variables (#4236)
Changed
- Use lowercase doctype (#4241)
v5.4.19 (2017-04-20)
Added
- Added
optimize-autoloader
toconfig
incomposer.json
(#4189) - Added
.vagrant
directory to.gitignore
(#4191) - Added
npm run development
andnpm run prod
commands (#4190, #4193) - Added
APP_NAME
environment variable (#4204)
Changed
- Changed Laravel Mix version to
0.*
(#4188) - Add to axios defaults instead of overwriting them (#4208)
- Added
string
validation rule toRegisterController
(#4212) - Moved Vue inclusion from
bootstrap.js
toapp.js
(17ec5c5) - Only load libraries if present (d905b2e)
- Ignore the NPM debug log (#4232)
- Use fluent middleware definition in
LoginController
(#4229)
v5.4.16 (2017-03-17)
Added
- Added
unix_socket
tomysql
inconfig/database.php
()#4179) - Added Pusher example code to
bootstrap.js
(31c2623)
Changed
- Use
smtp.mailtrap.io
as defaultMAIL_HOST
(#4182) - Use
resource_path()
inconfig/view.php
(#4165) - Use
cross-env
binary (#4167)
Removed
- Remove index from password reset
token
column (#4180)