Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josephgodwinkimani/laravel-multi-tenant-saas-boilerplate
- Owner: josephgodwinkimani
- Created: 2024-04-10T14:12:31.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T06:09:05.000Z (7 months ago)
- Last Synced: 2024-11-11T08:51:45.613Z (3 months ago)
- Topics: boilerplate, heroicons, jetstream-laravel, jetstream-livewire, laravel, laravel-fortify, livewire, multi-tenancy, saas, tall-stack, wireui
- Language: PHP
- Homepage:
- Size: 508 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).