headerx / charter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 56.0%Language:PHP 24.4%Language:Blade 10.2%Language:CSS 5.1%Language:HTML 4.2%Language:Shell 0.1%