Support the ongoing development of Laravel.io →
Installation
Last updated 2 years ago.
0

In your laravel app there is a folder public, it contains index.php, so you can map your document root from apache to that folder.

Last updated 2 years ago.
0

If you added your laravel files in your local apache root folder, you can access it in

http://localhost/public/

Or as dorfelixb suggested, map it in your apache configuration/virtual host

# The location of our projects public directory.
DocumentRoot    /path/to/your/public

so you can access the page directly via http://localhost

Last updated 2 years ago.
0

Thanks a lot! It works now!!!!

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.