What’s New in Laravel 5.4 – Transformation That Took Place
Laravel is again here with its latest update Laravel 5.4. Let us learn something about unique features of the latest update upon the previous updates. Laravel development has become easier with this update. This update continues the improvements made in Laravel 5.3 by adding support for Notifications and Laravel Dusk.
New Middlewares With the release of 5.4, two new middlewares are now shipped with the framework: TRIM STRINGS MIDDLEWARE As the name itself says, trim strings middleware trims the extra space from request data. For an instance, at the time of submitting an email through the form on your website, if a user mistakenly types some extra space post the mail, this middleware tends to trim the whitespace automatically.