Laravel 5.7.10 Released now - Check new laravel 5.7 Features

Laravel 5.7.10 Released now - Check new laravel 5.7 Features

The Laravel team released Laravel 5.7.10  on 23 October 2018 with a handful of new features, fixes, and changes: loadCount Eloquent Collection Method First up, is the ability to load relationship counts on an Eloquent collection. Before this feature, you could only load relationships, but now you can call loadCount() to get counts for all relations. The pull request illustrates how you could use loadCount() with the following example:   &n