Laravel 5 v5.4.19 Release Notes

Release Date: 2017-04-20 // about 7 years ago
  • ➕ 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)