In this article, I'll show you how to set up casts for pivot table columns in your Laravel relationships.
Need to make a tweak to Inertia's default config? Here's how to publish the config/inertia.php config file.
How do you prevent freshly signed-out users from hitting back in their browser, potentially exposing sensitive information? Using Inertia's history encryption feature!
In this article, we'll take the example of validating a username in real-time to check it's taken, giving us instant feedback before the user hits submit.
Almost every Laravel application sends emails, so you'll need a way to receive emails locally to ensure they look good.
Defining globals in Inertia is quick and easy. Let's look at adding and accessing globals alongside warnings and an alternative approach.
If you're validating array data where the keys are significant and require validation, it's not immediately obvious how this can be achieved in Laravel.
Laravel 11 (and onwards) removes some configuration files by default. If you need to modify them, you'll have to publish them yourself. Here's how.
Laravel relies on an application key to be set for encryption and other security purposes. If it's not set, you're not getting anywhere.
If you're using wire:navigate in Livewire, chances are Fathom Analytics won't pick up these events.