Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A boilerplate for Filament Multi-tenant application

njugunamwangi/filamultitenant

Repository files navigation

About Project

A boilerplate for Filament Multi-tenant application

Tech Stack

Multi Tenant Documentation

Installation guide

  • Clone the repository
git clone https://github.com/njugunamwangi/filamultitenant.git
  • On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
  • Install composer dependencies by running composer install
composer install
  • Install npm dependencies
npm install
  • Generate laravel application key using
php artisan key:generate
  • Run migrations and seed the database
php artisan migrate --seed
  • Don't forget to run the application
npm run dev

About

A boilerplate for Filament Multi-tenant application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published