How we can use multiple applications with one Laravel installation.
For example: www.apple.com www.orange.com
both website will use ONE CORE laravel installation with separate database and all other separate stuff.
Is that possible? If yes then how?
Also I have done the same thing for CodeIgniter but not sure how i can do with laravel.
via Danial Butt