Blog


Laravel unique validation rule and Spatie Multitenancy

A "base table not found" error is a frequent occurrence in a Multitenancy multi-database setup. This may be caused by a unique validation rule.

Read

Building a real-time chat demo app with Laravel WebSockets (Part 3)

In part 3 we will deep dive a little bit into a couple of configurations that worked for me on localhost and on a DigitalOcean droplet.

Read

Building a real-time chat demo app with Laravel WebSockets (Part 2)

In part 2 we are setting up the client chat app using Laravel and Vue.js and use Laravel Echo as a wrapper for the Javascript implementation.

Read

Building a real-time chat demo app with Laravel WebSockets (Part 1)

Thanks to services like like Pusher.com, Firebase and many others, implementing realtime functionality has become a breeze. But what if data privacy is a big concern and your European company prefers its data to only touch a server inside the EU?

Read