/charter

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

Primary LanguageJavaScript

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