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

This package is auto-updated.

Last update: 2024-02-25 05:13:28 UTC


README

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