Skip to content

rmsramos/tenancy

Repository files navigation

Filament Tenant Demo App

A demo application to illustrate how ActivityLog Filament works in tenant.

Installation

Clone the repo locally:

git clone https://github.com/rmsramos/tenancy.git && cd tenancy

Install PHP dependencies:

composer install

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate:fresh --seed

You're ready to go! Visit the url in your browser, and login with:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors