Hi,
I'm planning on creating a web app that different companies can sign up for. The app will use a small amount of database storage. I was thinking instead of having a new instance (apache2, php, mysql) for each company to share the data in the 1 database.
So say if there is a clients database, have a unique company id so only data with that id is available to said company. Would this be easy to implement in Lavarel or am i making things difficult for myself?
Your approach is what most companies utilize for SaaS projects. Laravel will handle this task, as would most other frameworks.
from more of a technical point of view, i've been looking at some of the 3rd party bundles. Auth ones with groups and permissions. Would best practice to make use of groups to group all data together?
Ignore that, i found the following which was a great help
http://laravel.io/forum/02-06-2014-prefix-all-queries-with-a-where-clause
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community