Skip to content

SaaS starter kit based on Laravel Jetstream, Volt and Folio

License

Notifications You must be signed in to change notification settings

inmanturbo/b2bsaas

Repository files navigation

B2bSaas

Latest Version on Packagist

Total Downloads

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