- Simplified mix require (#4283)
- Upgraded Laravel Mix to
^1.0
(#4294) - Upgraded
axios
andcross-env
package (#4299) - Ignore Yarn error log (#4322)
- 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)
- Added missing
ipv4
andipv6
validation messages (#4261)
- Added
FILESYSTEM_DRIVER
andFILESYSTEM_CLOUD
environment variables (#4236)
- Use lowercase doctype (#4241)
- 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 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)
- Added
unix_socket
tomysql
inconfig/database.php
()#4179) - Added Pusher example code to
bootstrap.js
(31c2623)
- Use
smtp.mailtrap.io
as defaultMAIL_HOST
(#4182) - Use
resource_path()
inconfig/view.php
(#4165) - Use
cross-env
binary (#4167)
- Remove index from password reset
token
column (#4180)