Good day habrovchane. And it’s good if only because the long-awaited (among its developers, of course) release of Laravel 5.3 took place.
Attention : this version is provided for testing, it is not advised to use it in production.
This version has introduced many interesting changes, including: ')
Laravel Scout is a driver based for full-text search in Eloquent. It supports Algolia out of the box, but you can integrate with other search engines;
Laravel Mailable - a new class for working with e-mail, designed to send messages in a more expressive (in terms of code) form;
Laravel Notification - a new feature that allows you to quickly send notifications using services such as Slack, SMS or e-mail;
Laravel Passport - an additional package, which is a full-fledged server with the oAuth 2 authorization protocol, fully ready for work;
Rollback of one migration - a new function has been added to the migration capabilities, which allows you to roll back only one migration, instead of rolling back the whole group;
Blade Foreach loops - the $ loop variable is now available in foreach loops inside Blade, allowing you to interact with iterations in more detail;
As well as Laravel Echo, Cache Helper and many other functions.