I installed Composer yesterday and create a new project with the console using this command:
composer create-project --prefer-dist laravel/laravel lp
At this address: C: \ xampp \ htdocs \ xampp \ ad Everything was fine until I tried to test the application, I went through the browser to the project folder, but the folder was not there public If I go to the folder on my computer it is, but on localhost it is not. I'm new to this language, so I do not know how to handle myself.
Thanks in advance.