app/config/app.php
holds the application url which I think you can set on runtime so that your route()
helper will use the correct url (assuming you have some client identifier in your table)
Config::set('app.url', 'https://client.mycompany.com');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community