Love the Programming world. Enterprise and Gaming. Work at ICGroup, Winnipeg, Manitoba, Canada
Hi guys, been a while. Been busy in the last 2–3 months with work and personal projects. I’ve fleshed out a quick and dirty package for the Laravel Multitenant Package I wrote about almost 3 months ago.
The Middleware that binds them all…
This is a continuation of Laravel Multitenancy Part 2
The fun part. Authenticating the user and dynamically connecting to the user’s tenant’s/organization’s database.
This is a continuation from Laravel Multitenancy — Part 1
The idea of using another laravel/lumen application for provisioning a database is because I am a huge fan of microservices. Think of…
How do you start?
That’s the question I asked myself after developing a Human Resources Software with Laravel 4. In this post, I am writing on how to make sure we have a separate database for each client. Not a database where you have a tenant_id in…