josephgodwinkimani / laravel-multi-tenant-saas-boilerplate

Laravel SaaS Boilerplate for building Multi-Tenant Applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel SaaS Boilerplate for building Multi-Tenant Applications

  • Support Multi-tenancy.
  • TALL stack.
  • Laravel Jetstream with API support via Laravel Sanctum (no team management).
  • Laravel Fortify User Management.
  • Livewire Tables.
  • Livewire Charts.
  • WireUI Blade Components.
  • Heroicons.

Installation

$ git clone https://github.com/josephgodwinkimani/laravel-saas-boilerplate
$ cd laravel-saas-boilerplate


$ composer install
$ npm install
$ npm run build

$ cp .env.example .env
$ php artisan key:generate
$ php artisan migrate
$ php artisan serve

Security Vulnerabilities

If you discover a security vulnerability within this repository open an issue. All security vulnerabilities will be promptly addressed.

License

The Laravel framework, Laravel Jetstream and this repository is open-sourced software licensed under the MIT license.

About

Laravel SaaS Boilerplate for building Multi-Tenant Applications


Languages

Language:PHP 52.6%Language:Blade 46.7%Language:JavaScript 0.6%Language:CSS 0.0%