@hjortur17 A SaaS is where you host the app, and then customers subscribe to use it.
Sell and distribute your Laravel app
Hi 👋, I have some questions regarding selling and distributing a Laravel Saas app. I'm thinking of creating a car rental management system which I then want to license. I have few questions on have to go about that:
-
Is it possible to have some yearly plan for a license? Which means that each car rental which wants to use my system needs to have some license key to insert into their app. Can I use Laravel Cashier for that?
-
How and what is the best way to publish my app? My thinking is to have the app hosted on their servers. For example:
bookings.theirdomain.com. How would I go about that? Or is it easier to have my app stored on my servers and havebookings.mysystem.comand have login page? -
When I want to publish new version of the app, how do I go about that?
All ideas are welcomed :)
@hjortur17 you will need to check out multi-tenancy if you chose this approach
Please or to participate in this conversation.