Converting a Laravel Inertia App from Mix to Vite
I recently converted my Inertia app from Laravel Mix to using Vite. In this post I'll talk about how it went, as well as some of the gotchas.
I recently converted my Inertia app from Laravel Mix to using Vite. In this post I'll talk about how it went, as well as some of the gotchas.
I recently converted one of my apps from Laravel Mix (Webpack) to Vite. Unfortunately there was a big stumbling block when it came to getting Ziggy working. In this post I discuss how I found a solution.
A step-by-step guide on creating a multi-image uploader using Laravel, JavaScript & Tailwind.