roots / sage-installer

Sage 9 installer
https://github.com/roots/sage
MIT License
30 stars 90 forks source link

Bump to Laravel 5.5 #8

Closed webstractions closed 6 years ago

webstractions commented 7 years ago

Since the development for version 9 is early and you already have the requirement for PHP 7.*, might as well go with the latest LTS release of Laravel. I will also be submitting similar PR's for Sage and Sage-Lib.

Laravel 5.5 continues the improvements made in Laravel 5.4 by adding package auto-detection, API resources / transformations, auto-registration of console commands, queued job chaining, queued job rate limiting, time based job attempts, renderable mailables, renderable and reportable exceptions, more consistent exception handling, database testing improvements, simpler custom validation rules, React front-end presets, Route::view and Route::redirect methods, "locks" for the Memcached and Redis cache drivers, on-demand notifications, headless Chrome support in Dusk, convenient Blade shortcuts, improved trusted proxy support, and more.

You can view the Release Notes for 5.5 (LTS) of which, a couple should be of interest for the installer.