Blog
03/07/2024
/ Laravel, Technology, Website Development
Laravel 10.47: new whereAny() & whereAll()
This week in Laravel, two new eloquent methods were merged into the framework. These methods, originally contributed by Alexander as…
02/10/2024
/ Laravel, Technology, Testing, Tools, Website Development
Laravel Herd Pro: A guide to Pro Features
With the exciting Laracon EU behind us, one of the new feature drops that was demoed was Laravel Herd: Pro….
02/01/2024
/ Laravel, Technology, Website Development
Laravel: Validate your forms using Form Request Validation
Are you the type of developer who likes to keep your controllers clean? Writing minimal logic without losing the functionality…
01/30/2024
/ Laravel, Technology, Website Development
Laravel 10: Sending Emails with Envelopes
Throughout the lifespan of Laravel and more specifically, Laravel 9.35, Taylor Otwell (Creator of Laravel) decided to add in a…
01/28/2024
/ Design, Frontend, Laravel, Website Development
Why use Google Recaptcha with Laravel Login?
Google Recaptcha is a great tool to use against spam in your applications. Whether this is a contact form, online…
01/27/2024
/ Laravel, PestPHP, Technology, Testing, Website Development
Passing Headers using PestPHP in Laravel
Many times I write these blog posts as a reminder to myself of how to do something when I seemingly…