2.0 KiB
2.0 KiB
Release Notes
[Unreleased]
Added
- Added
optimize-autoloadertoconfigincomposer.json(#4189) - Added
.vagrantdirectory to.gitignore(#4191) - Added
npm run developmentandnpm run prodcommands (#4190, #4193) - Added
APP_NAMEenvironment variable (#4204)
Changed
- Changed Laravel Mix version to
0.*(#4188) - Add to axios defaults instead of overwriting them (#4208)
- Added
stringvalidation rule toRegisterController(#4212) - Moved Vue inclusion from
bootstrap.jstoapp.js(17ec5c5) - Only load libraries if present (d905b2e)
- Ignore the NPM debug log (#4232)
- Use fluent middleware definition in
LoginController([#4229]https://github.com/laravel/laravel/pull/4229)
v5.4.16 (2017-03-17)
Added
- Added
unix_sockettomysqlinconfig/database.php()#4179) - Added Pusher example code to
bootstrap.js(31c2623)
Changed
- Use
smtp.mailtrap.ioas defaultMAIL_HOST(#4182) - Use
resource_path()inconfig/view.php(#4165) - Use
cross-envbinary (#4167)
Removed
- Remove index from password reset
tokencolumn (#4180)