In my day job use Remix and Laravel together.
Initially I was only using Remix. Everything server-side happened in Remix-land; using
loader
s for data reads, action
s 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
https://davecalnan.blog/adding-a-laravel-backend-to-a-remix-app