A simple multi tenancy project built with Laravel & FilamentPHP
- Clone the repository
git clone https://github.com/njugunamwangi/filament-multitenancy.git
- On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
- Run migrations and seed the database
php artisan migrate --seed
- Install composer dependencies by running composer install
composer install
- Install npm dependencies
npm install
- Generate laravel application key using
php artisan key:generate
- Don't forget to run the application
npm run dev
- Admin panel credentials
email: [email protected]
password: Password
- App panel credentials
email: [email protected]
password: Password