How do you publish a classic website with Laravel?
When I copy the project folder to localhost and call it, it looks like this:
You don’t have php installed, install it. Watch this video to install the requirements for different project types in Radsystems Studio: Radsystems Tutorial - Installing Radsystems Studio project requirements
That is how laravel project are structured. The we root is the public folder and you have to point you domain to that folder. It is structured that way for security reasons.