Error starting a project in laravel from localhost

0

I am developing a project in laravel in windows 10, but when trying to start it from localhost to be able to execute what I have done it does not leave me, it shows me a list of folders when I place the route and when entering the public folder starts the main screen but it sends me the following error when trying to execute my project. Someone could give me light on what I should do to enter without problems and execute my project

    
asked by Georgelys Marcano 15.06.2018 в 15:40
source

1 answer

0

What server do you drive? If you are using XAMPP, you must open the xampp control and it will show you the port you should work with.

Or from the console you can do php artisan serve, after having installed the composer.

    
answered by 15.06.2018 в 15:44