Enums were introduced in PHP 8.1, and Laravel has taken full advantage of their power. Let's take a look at how you're able to use Enums in your Laravel projects today.
In this article, we'll get real-time broadcasting working between a Nuxt SPA and Laravel using Laravel Reverb and Echo.
When defining routes in Laravel, sometimes things go wrong. Here's why, and how to fix them.
For whatever reason (usually CORS), you'll need to change the host and port of your local Nuxt development server at some point.
Dealing with monetary values in any application is something you have to get right the first time. Without the correct approach, you risk displaying prices incorrectly or worse, making miscalculations.
If you see a MethodNotAllowedHttpException when accessing routes or submitting forms in Laravel, here's why that happens and how to fix it.
In this article, we'll go through every step to getting flash notifications working in your Inertia apps when using Laravel and Vue, including building our own plugin to keep everything nice and clean.
Since Laravel removes the Kernel class for registering middleware, here's how to define global middleware in your Laravel apps.
There are several ways to check which version of PHP you're running. Let's go through each one.
Without wasting time, this article will have you set up and running your Dusk test suite on GitHub Actions. We'll also discuss security around any secret keys you may need. Let's take a look.