Blogs

July 13, 2023

Exploring data_set, data_get, and data_fill helpers in Laravel

Discover the hidden powers of Laravel's data_set, data_get, and data_fill helpers, simplifying complex data manipulation in your Laravel projects.

July 02, 2023

Mastering Eager Loading and Solving the N+1 Issue in Laravel

Learn how to optimize database queries, prevent the N+1 issue, and enforce eager loading in Laravel's Eloquent ORM for improved performance.

July 01, 2023

Validating Enumerations in Laravel

Validating Enumerations with Laravel couldn't be easier, here we show a practical example of how to achieve this.

June 26, 2023

PHP 8.1 Enumerations and Laravel

Laravel casts and PHP Enumerations can work nicely together to reduce repetition, create stricter conditionals and improve overall visibility.

March 02, 2017

Where are Magento logs stored?

March 02, 2017

Set a different directory for view files in Laravel