Hello
If you can create subdomains, you can use subdomains for every app
app1.mydomain.com
app2.mydomain.com
Yes you can. In your app/config/app.php file set debug to true (temporarily) or watch the app/storage/logs folder to see what error in particular you are getting. It could be something simple like a file permission issue.
Also, its strongly advised that you keep only public
folder's files in your web visible folder.
probably you didn't set the correct permission to the app/storage folder
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community