this is a fresh install laravel app. Any idea why it shows the project directory instead of the laravel welcome view when accessing http://localhost in the browser?
What I've tried:
- I've restarted the app several times.
- I also try to use laravel built-in server by running
sail php artisan servebut no luck.
What I haven't tried:
- Check apache2 configuration
Should I also file this to the laravel repository on Github?
