Why I added a Laravel backend to my Remix app

The inspiration for making this website - my own personal experience of adding a Laravel backend to my Remix app.
profile photo
Dave Calnan
In my day job use Remix and Laravel together.
Initially I was only using Remix. Everything server-side happened in Remix-land; using loaders for data reads, actions for data writes and Prisma as my ORM. I found myself missing having a fully-featured backend framework and decided to add a Laravel backend to the stack. It’s been over a year now and I couldn’t be happier with the decision.
You can read about my experience here:
Adding a Laravel backend to a Remix App
Or How I Learned to Stop Worrying and Love PHP
Adding a Laravel backend to a Remix App
Related posts
post image
Learn what Laravel can offer your PHP app.
post image
Want to give Laravel a try? Here’s a few ways you could start.
post image
Deploying Laravel is really easy. Learn how.
Powered by Notaku