Dave Calnan
Dave Calnan's Blog

Dave Calnan's Blog

Follow
home
Tag

Laravel

#laravel

More content

Read more stories on Hashnode


Articles with this tag

Laravel Routing Gotchas

Oct 19, 20229 min read

Laravel's routing conventions are great. They do lots of very helpful magic things, but sometimes if I don't fully understand the magic I can find...

Laravel Routing Gotchas

Type safety from backend to frontend with Laravel & Remix

Oct 3, 20224 min read

Using Remix on the frontend and Laravel is my favourite way to make maintainable web apps. (I've written about why here) This means there is a pretty...

Type safety from backend to frontend with Laravel & Remix

Easy multi-tenancy with Laravel

Jun 24, 202210 min read

I hope it's not just easy because I missed something huge · The first version of Teleatherapy was single-tenant, meaning all the resources in the...

Easy multi-tenancy with Laravel

Adding a Laravel backend to a Remix App

Jun 14, 20229 min read

Or How I Learned to Stop Worrying and Love PHP · I’ve been using Remix in production for about 6 months now and have decided to add a Laravel backend to...

Adding a Laravel backend to a Remix App