- 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.
$ 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
If you discover a security vulnerability within this repository open an issue. All security vulnerabilities will be promptly addressed.
The Laravel framework, Laravel Jetstream and this repository is open-sourced software licensed under the MIT license.