HI,
You should read about "multitenant in laravel", some links below may be helpful.
https://laravel-tenancy.com/docs/hyn/5.3/installation
https://medium.com/@ashokgelal/a-full-featured-multi-tenant-app-with-laravel-part-1-4049a3cc229d
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi,
I'm working on web app using Laravel that will display and allow to edit players ban list (from game server) from database. I'm going to sell that app (using license per domain) and would like to know few things.
php artisan migration command, it has to be done using PHP code. Should I just make query with CREATE TABLE? And what about storing Database details? Should I edit .env file using PHP and put user Database details there?Google.com it's not going to work on Bing.com. To make sure that someone won't hack it and edit, I'd like to encode that file and one of important Laravel files that will check for license and throw error if it's not found. But here is the catch. I can't use something like Zen Guard or IonCube, I can't afford it, I need something free and something that won't be easy to crack (like just by pasting on some website and it return source code).Edit
Ad 3. Done using custom code obfuscator.
Please or to participate in this conversation.