Showing 1-1 of 1 item.
laravel-multitenancy
Doc: https://spatie.be/docs/laravel-multitenancy/v2/installation/using-multiple-databases
Ex: https://morioh.com/p/c90628dd793f
**create DB
landlord (quản lý domain tương ứng DB) : domain ---conection----> DB
tenant (các DB tenant):
petbooking ( chọn 1 tenant làm máy chủ)
tenant1
tenant2
tenant3
...
**migrate vs seed:
landlord (tạo 1 domain(localhost) - 1DB ban đầu petbooking ):
sail php artisan migrate --path=database/migrations/landlord --database=landlord
sail...
laravel-multitenancy
mutil database
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.