ashokgelal / townhouse

A multi-tenant Laravel app for listing property rentals
https://medium.com/@ashokgelal/writing-a-full-featured-multi-tenant-laravel-app-from-scratch-a0e1a7350d9d
253 stars 86 forks source link

Create Admin Portal For the multi tenant #12

Open sadhakbj opened 6 years ago

sadhakbj commented 6 years ago

As a full fledge multi tenant web application i would love to have admin portal with the same code base. Looking forward this feature to be added.

Astriel commented 6 years ago

Hey @sadhakbj, I'm facing the exact same requirement. Did you make any progress on your side ?

sadhakbj commented 6 years ago

@Astriel I tried alot and could not figure out the issue. So i created multi tenant system on my own with admin portal and tenant at a same time as per my needs. Later on I found this link which might help you: https://laravel-tenancy.com/docs/hyn/5.x/fallback

Please give a try.