Hi, I would recommend you to set up a git repository, if not already done.
Good luck :)
What you need to do is, Setup a laravel app in the public folder of server. And create a new folder in the public folder of laravel. And there you can setup another laravel app.
upload project on public_html/new directory and check permissions for folders and file folder: 0755 files : 0644
Try clearing cache: php artisan cache:clear and php artisan config:cache
check your .htaccess is pointing to correct index.php file.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community