Zum Inhalt springen
← Zurück zu den Projekten

Filament Multitenancy

#About Project

A simple multi tenancy project built with Laravel & FilamentPHP

#Tech Stack

#Installation guide

  • 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

#Routes

#Prerequisites

  • Admin panel credentials
email: info@ndachi.dev
password: Password
  • App panel credentials
email: owner1@filament.test
password: Password

Neue Version verfügbar.