cms icon indicating copy to clipboard operation
cms copied to clipboard

Multisite

Open samspinoy opened this issue 4 years ago • 1 comments

Hello

I am looking for a Laravel-based CMS that offers multisite configuration: same codebase, different database. Could this be achieved using Lavalite, possibly via a tenancy package?

If yes, is there any documentation about this?

samspinoy avatar Dec 19 '20 09:12 samspinoy

i don't really think you need any other package you can do that by codebase as well by changing database config settings else you can use this package https://github.com/tenancy/multi-tenant

mepsd avatar Apr 08 '21 06:04 mepsd