Now that we have the basic setup, let's create our first tenants! We'll initially do this through an artisan command. This is based on the article by Ashok Gelal, with some updates for the latest versions. We'll start off by making some configuration updates so that we can separate our tenants by subdomains. First, open up the .env file and add in a value for APP_URL_BASE and also make a... read more »
In this series, I will attempt to build out a Laravel based Software as a Solution framework that can be easily adopted to different situations. This method is what I will be implementing on the e-cards.io site for selling online gift cards. Much of the content & concepts here are based on an excellent article by Ashok Gelal on Medium along with other sources. read more »