Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/josephgodwinkimani/laravel-multi-tenant-saas-boilerplate

Laravel SaaS Boilerplate for building Multi-Tenant Applications
https://github.com/josephgodwinkimani/laravel-multi-tenant-saas-boilerplate

boilerplate heroicons jetstream-laravel jetstream-livewire laravel laravel-fortify livewire multi-tenancy saas tall-stack wireui

Last synced: 25 days ago
JSON representation

Laravel SaaS Boilerplate for building Multi-Tenant Applications

Awesome Lists containing this project

README

        

## 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](https://opensource.org/licenses/MIT).