Laravel 5.5 Release
Finally, the long awaited Laravel version 5.5 LTS is now officially released!
It comes with :
-
The Whoops debugging package
-
Collection Dumping methods
-
Exception Rendering
-
Responsable interface, for custom Response hooks, where a class implementing the interface can be returned from a controller method.
-
Better Request Validation Method
-
New Auth and Guest Blade Directives ...etc.
-
Frontend Presets for scaffolding: “none,” “bootstrap,” “vue”, or “react” ...etc