Release Notes
v5.5.0 (2017-08-30)
Added
Changed
- Refactored exception handler (too many commits)
- Renamed
ModelFactory.php to UserFactory.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
- Fixed Apache trailing slash redirect for subdirectory installs (#4344)
Removed
- Dropped
bootstrap/autoload.php (#4226, #4227, 100f71e)
- Emptied
$dontReport array on exception handler (758392c)
- Removed
TinkerServiceProvider (6db0f35)
- Removed migrations from autoload classmap (#4340)
v5.4.30 (2017-07-20)
Changed
- Simplified mix require (#4283)
- Upgraded Laravel Mix to
^1.0 (#4294)
- Upgraded
axios and cross-env package (#4299)
- Ignore Yarn error log (#4322)
Fixed
- Use
app()->getLocale() (#4282)
- Use quotes in
app.scss (#4287)
v5.4.23 (2017-05-11)
Added
Changed
- Switch to using meta
- Use CSRF token from
meta tag, instead of window.Laravel object (#4260)
- Log console error if CSRF token cannot be found (1155245)
Fixed
- Added missing
ipv4 and ipv6 validation messages (#4261)
v5.4.21 (2017-04-28)
Added
- Added
FILESYSTEM_DRIVER and FILESYSTEM_CLOUD environment variables (#4236)
Changed
- Use lowercase doctype (#4241)
v5.4.19 (2017-04-20)
Added
- Added
optimize-autoloader to config in composer.json (#4189)
- Added
.vagrant directory to .gitignore (#4191)
- Added
npm run development and npm 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 to RegisterController (#4212)
- Moved Vue inclusion from
bootstrap.js to app.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 to mysql in config/database.php ()#4179)
- Added Pusher example code to
bootstrap.js (31c2623)
Changed
- Use
smtp.mailtrap.io as default MAIL_HOST (#4182)
- Use
resource_path() in config/view.php (#4165)
- Use
cross-env binary (#4167)
Removed
- Remove index from password reset
token column (#4180)