- Added
same_site
tosession.php
config (#4168) - Added
TrustProxies
middleware (e23a1d2, #4302) - Autoload commands (5d54c21)
- Added Whoops (#4364)
- Refactored exception handler (too many commits)
- Renamed
ModelFactory.php
toUserFactory.php
to encourage separate files (67a8a11) - Use
RefreshDatabase
trait (a536402, #4373) - Use Composer's
@php
directive (#4278) - Use
post-autoload-dump
(2f4d726) - Try to build session cookie name from app name (#4305)
- Fixed Apache trailing slash redirect for subdirectory installs (#4344)
- Dropped
bootstrap/autoload.php
(#4226, #4227, 100f71e) - Emptied
$dontReport
array on exception handler (758392c) - Removed
TinkerServiceProvider
(6db0f35) - Removed migrations from autoload classmap (#4340)
- 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)