Publish Laravel in Radsystems Classic Not Work

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

I have installed it, but it still can’t load the index page. I use another way, namely by creating an index.php file that contains :

<?php header('Location: public/'); ?>

it works, but not as expected.


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.