Skip to content

Single Database Multi-tenancy saas, structured around Jetstream Teams, Using teams as tenants. WIP

Notifications You must be signed in to change notification settings

headerx/charter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Source Code of HeaderX Charter!

Tests Styling Linting

Installation

Install Dependencies

composer install
npm install && npm run dev

Configure Environment

First copy .env.example to .env

cp .env.example .env

Then edit database configurations to match your local setup

Run Migrations

php artisan migrate

Next you must cache the icons

php artisan icon:cache

Then install the icons

php artisan buku-icons:install

After that is finished you can generate an app key

php artisan key:generate

Run Tests

php artisan test

And finally serve your application!

php artisan serve

About

Single Database Multi-tenancy saas, structured around Jetstream Teams, Using teams as tenants. WIP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published