Grayscale profile picture

Patrique Ouimet

Developer

Tips & Tricks

Common Laravel performance mistakes

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

Published on Thu, Feb 15, 2024 8:16 AM

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

Laravel Valet cURL Error If youre experiencing curl errors when using Laravel Valet and trying to co

Published on Mon, Apr 8, 2019 2:07 PM

#laravel #valet #curl
Laravel Query Tricks

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

Published on Tue, Mar 12, 2019 9:05 PM

#laravel #query
Adding Custom Headers to Laravel Mail Notifications

Setup Well need a few things to get this going First well add a notification class php artisan maken

Published on Mon, Feb 18, 2019 3:24 PM

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

Using Dot Notation for Config Files Theres a few ways to access the nested data in configs consider

Published on Mon, Feb 18, 2019 9:55 AM

#laravel #config #helper
Fluid Eloquent Queries

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

Published on Mon, Jan 28, 2019 9:21 PM

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

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

Published on Sat, Jan 26, 2019 12:38 PM

#laravel #eloquent #php #performance