What’s New in Laravel 5.6 ? [ Complete Guide ]
Laravel 5.6 will be released in February 2018. Below mentioned are some new features that will come along, with the latest update. Here, in this article, you will find the detailed information about these new features. These can be highly helpful to you if you are a Laravel Development Service provider. ● Two New Blade Directives ● Remove Artisan Optimize command in Laravel 5.6 ● Laravel 5.6 will Support the Argon2i Password Hashing Algorithm ● Laravel 5.6 adds the Collision Package for CLI Error Reporting
1) Two New Blade Directives Laravel 5.6 will include two new blade directives one for cross-site request forgery (CSRF) token in your html forms and other request as well. In Laravel 5.5 we are using below method to form hidden files and for csrf token and another hidden input as well.