Laravel Tinker for PhpStorm is one of my favorite PhpStorm plugins. You can run PHP code snippets without having to stop and …
shacn/ui is one of the most popular react component libraries at the moment. Setting up shadcn/ui is easy so let’s walk through the …
A quick rundown of what to expect to be released at Laracon US 2023 this week.
Learn how to use the sleep facade and how to write tests without slowing down your codebase
Learn the easiest way to install and use TypeScript in your Laravel Vue JavaScript app. In less than 10 minutes you can have a …
Laravel 10 was released. Let’s talk about the top 3 improvements made to Laravel.
Learn how to cast a model property to an enum in Laravel.
PHP 8.1 introduced Enumerations (Enums). Learn all about enums and discover how to use both basic and backed enums and the various features that come with using Enums.
Using eager loading in Laravel can improve application performance significantly. Learn how to use eager loading and what eager loading is. We start with over 4000 queries to load 1000 tickets and take the query count to 6. Not only ...
There are at the minimum 4 questions you should be asking yourself any time you’re considering pulling a 3rd party PHP package into your codebase.