Log in

Laravel-Filament-Saas-Starter-Kit

As the name states, this is a Starter Kit for building your next Software-as-a-Service application (Saas).

It covers all basis functionality around a Saas-application, like Tenants, Users, access-control and security. This version assumes a single database with a 'tenant-column'.

It is build upon the Laravel Breeze Starter Kit, adds basic Saas-functionality, and uses Filament for both the Tenant-admin and the SuperAdmin.

It saves you many hours of initial work, and gives you a head-start in building your Saas-application.

Find the source-code on Github! (https://github.com/lambertbeekhuis/laravel-filament-saas-starter-kit)

Login @demo, and see the Admin's

You can access the publicly accessible homepage of the tenant "Chifactum".

Or you can login to the dashboard with starterkit@jovisst.nl and password 'password'.

This login will give you access to secured dashboard-page, and also to the TenantAdmin and SuperAdmin panels, as it is a SuperAdmin.

Tenants and Security

The Starter Kit implements multiple Tenants and multiple Users, and offers middleware to secure your Saas-application.

Github

The code and documentation can be found at Github.

@Jovisst