In addition, here's what my base file structure looks like:
Laravel Displaying File Directory Instead of View
Hey all. I have an IIS managed server and am attempting to host my Laravel app on it. My issue is that when I visit the url, it serves me a directory listing rather than my welcome page, etc. as the routes would indicate. It looks like this: https://gyazo.com/1b2d97a2a6392ab6b87afb10caf426ce
I have php 7.1.3 installed (and verified by phpinfo), and when I visit my /public/ directory, it loads my welcome page, although all links from there attempt to link to /public/viewname instead of correctly returning the view(s) from resources. In IIS, my default document lisiting looks like this: https://gyazo.com/636bab3bd81883caaaa0e467465b8086
If anyone has experienced a similar issue, any insight would be appreciated.
Please or to participate in this conversation.