Grayscale profile picture

Patrique Ouimet

Senior Backend Software Engineer

Tips & Tricks

Common Laravel performance mistakes

In this article, we will discuss some common performance mistakes that developers make when working...

Published on Feb 15, 2024

#php #laravel #performance #eloquent
Laravel Valet cURL Errors Between Sites

Laravel Valet cURL Error If you're experiencing curl errors when using Laravel Valet and trying to...

Published on Apr 8, 2019

#laravel #valet #curl
Laravel Query Tricks

Intro A quick post on some of my favourite Laravel query tricks Where In With a Subquery Resulting...

Published on Mar 13, 2019

#laravel #query
Adding Custom Headers to Laravel Mail Notifications

Setup We'll need a few things to get this going. First we'll add a notification class: Which should...

Published on Feb 18, 2019

#laravel #mail #headers #header
Dot Notation for Laravel Config Files

Using Dot Notation for Config Files There's a few ways to access the nested data in configs,...

Published on Feb 18, 2019

#laravel #config #helper
Fluid Eloquent Queries

Fluid Eloquent Queries This is a simple example of how to write fluid (or chained) eloquent queries...

Published on Jan 29, 2019

#laravel #eloquent #fluent #php
Laravel Eloquent vs Collection Count

Intro This can be a little confusing as the syntax barely changes but it makes a big difference....

Published on Jan 26, 2019

#laravel #eloquent #php #performance