-1

I am using Laravel 5.8. I just created a Laravel Application. When I wanted to serve it I used localhost:8888/smart-lms . It did not load the default page, but instead it displays folders and directories as shown below. What do I do please?

laravel_error

port: 8888 project: smart-lms

user11352561
  • 2,277
  • 12
  • 51
  • 102

1 Answers1

-1

In your project directory, run php artisan serve in your command line

JoshGray
  • 85
  • 1
  • 1
  • 5