Skip to content

A multi tenancy application built with Laravel 11 & FilamentPHP V3. With an invoicing feature and many more

Notifications You must be signed in to change notification settings

njugunamwangi/filament-multitenancy

Repository files navigation

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: [email protected]
password: Password
  • App panel credentials
email: [email protected]
password: Password

About

A multi tenancy application built with Laravel 11 & FilamentPHP V3. With an invoicing feature and many more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages