Requirement - I need to create 5 web applications for 5 different websites.
Current Status - I have created 1 web application in laravel.
Query - How to use this laravel instance to code for other 4 web applications.
I am sorry if the question is not clear, or if I am not using the right terms here.
I have 5 websites -www.sample1.com through www.sample5.com. Application related to www.sample1.com is already done in laravel with its own database and logics. Now, I want to create a similar application for www.sample2 through www.sample5.com. Do I need to download and create 4 seperate laravel projects for the 4 websites?