Posts tagged with “Mysql”
Using Visual MySQL Explain with Laravel
Using mysqlexplain.com's new Visual Explain mode to analyse and improve query performance in Laravel
Using MySQL Views with Laravel
Using MySQL views with Laravel allows you to encapsulate a lot of logic in a model class, which simplifies code, and can improve performance over eager-loading lots of relationships.