problems folder laravel project

0

I have a project created with Laravel in the folder of my localhost. In the browser I open the project folder, but I can not find the public folder. However, on my computer if there is such a folder. I'm new to Laravel and I do not control much. Thanks in advance.

    
asked by Charly Utrilla 23.01.2018 в 10:45
source

1 answer

0

I have already fixed it. You have to put the folder in the localhost root. In addition you have to run the project with the console from the project folder and run in the browser what it says when you put php artisan serve. If you have Xampp on it works fine.

    
answered by 24.01.2018 / 19:47
source