A demo application to illustrate how ActivityLog Filament works in tenant.
Clone the repo locally:
git clone https://github.com/rmsramos/tenancy.git && cd tenancyInstall PHP dependencies:
composer installSetup configuration:
cp .env.example .envGenerate application key:
php artisan key:generateCreate an SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.
touch database/database.sqliteRun database migrations:
php artisan migrate:fresh --seedYou're ready to go! Visit the url in your browser, and login with:
- Username: admin@admin.com
- Password: password