FBNKCMaster / demo-app

A demo app to use to test xTenant mutli-tenancy laravel package

Home Page:https://github.com/FBNKCMaster/xTenant

Repository from Github https://github.comFBNKCMaster/demo-appRepository from Github https://github.comFBNKCMaster/demo-app

A demo app to test xTenant package


INSTALLATION

Clone the repository

git clone https://github.com/FBNKCMaster/demo-app.git

Switch to the repo folder

cd demo-app

Install all the dependencies using composer

composer install

Copy the .env.example file and edit it to match your configuration

cp .env.example .env

Generate a new key

php artisan key:generate

Serve app

valet link demo-app

Make sure you can now access the app at: http://demo-app.test

About

A demo app to use to test xTenant mutli-tenancy laravel package

https://github.com/FBNKCMaster/xTenant

License:MIT License


Languages

Language:PHP 77.8%Language:Blade 21.0%Language:Shell 0.7%Language:Vue 0.5%