0

I'm learning laravel. I using this project https://github.com/jeremykenedy/laravel-auth

I follow each step without any problem. When it says 'projects root folder' I'm using the same folder and it seems fine.. not sue what it means by 'projects root folder'

The project is located on wamp64/www/jeremy to access it I have to go to localhost/jeremy/public Shouldn't it be naturally localhost/jeremy?

And when it read CSS and images it looks for them into localhost/ not localhost/jeremy/public.

I'm not sure what more info I can give and not sure what exactly is the problem.

Purvik Dhorajiya
  • 4,662
  • 3
  • 34
  • 43
Aschab
  • 1,378
  • 2
  • 14
  • 31
  • https://www.codementor.io/magarrent/how-to-install-laravel-5-xampp-windows-du107u9ji – sumit May 24 '17 at 00:36
  • Things work better if you create a Virtual Host for each of your projects.See [this answer for help setting that up](https://stackoverflow.com/questions/23665064/project-links-do-not-work-on-wamp-server/23990618#23990618) – RiggsFolly May 24 '17 at 08:15

1 Answers1

0

Projects root folder is the the folder in which you cloned the project into.

Example if ran

git clone https://github.com/jeremykenedy/laravel-auth laravel-auth

That will create the folder laravel-auth which has the project in it. That is the projects the root folder.

When developing the project I use Laravel Homestead. https://laravel.com/docs/5.6/homestead

I am the project author, let me if you need any help.

jeremykenedy
  • 4,150
  • 1
  • 17
  • 25