Level 1
there is no such a project like this xD
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Example: Maby we are a Developer. We create a Laravel Backend API with Passport.
It would be nice, only 1 Laravel Backend for all clients. The Problem is the databases. Every Client need a extra database. All clients use the api, but a extra database. For the developer its great, because he create only 1 Laravel Backend API.
There are a easy simple way for that? Many thanks :)
@david19 I think you're searching for Multitenancy: https://en.wikipedia.org/wiki/Multitenancy
Here is a great package for Laravel: https://tenancy.dev
Please or to participate in this conversation.