Configuring Laravel 5.5.14 Main Route

Status
Not open for further replies.

Rick Yoder

New Member
Messages
1
Reaction score
0
Points
1
I'm a college student who's learning Laravel, and I think it's really cool. So, I decided to start using it for my websites.

My only gripe right now is that the testing directory I installed it on (/laravel) isn't the root folder. What I mean by this is that the Laravel route '/' refers to not '../laravel', but instead it refers to '/laravel/public'

Is there a way to change this? Right now I'm just tinkering but I don't want my actual site to be accessed at '/public'.

What happens is when I try navigating to '/laravel', it gives me a message in a green box saying Laravel has no index, and that I'll be redirected in 5 seconds to '/laravel/public'; '/laravel/public' = '/'

Hopefully one of you can help me. I'd appreciate anything :)
 
Status
Not open for further replies.
Top