I am trying to setup an existing laravel project in my localhost. I am using Linux Mint along with Valet Linux 2.0
Valet linux works fine as I am able to setup new laravel project which works fine. But now I am trying to setup an existing laravel project. Project is running, all links are working. But none of the static files like js, css, images are loading. I am getting 500 status code for all static files. Not able to understand what is going wrong, I have checked .htaccess also.
I will be thankful if anyone can help.