inmanturbo / b2bsaas
This package is abandoned and no longer maintained.
The author suggests using the envor/one-app package instead.
B2B SaaS boilerplate for Laravel
v0.1.3
2024-02-02 18:50 UTC
Requires
- php: ^8.2
- illuminate/contracts: @dev
- laravel/folio: ^1.1
- laravel/jetstream: ^5.0@dev
- laravel/sanctum: ^4.0
- livewire/volt: ^1.6
- spatie/laravel-navigation: ^1.2
Requires (Dev)
- laravel/pint: ^1.13
- pestphp/pest: ^2.33
README
originally a template: https://github.com/inmanturbo/b2bsaas0
Installation
First create a new laravel 11 app and install jetstream
laravel new saas-app --stack=livewire --pest --jet --teams --dark --api --dev
Then install inmanturbo/b2bsaas
composer require inmanturbo/b2bsaas
./vendor/bin/b2bsaas
Then run landlord migrations
php artisan migrate:fresh --path=database/migrations/landlord --database=landlord_sqlite