I installed Laravel through the composer, in the blog folder I get the URL, I go http://blog:8080/ - it shows just the structure.
And in order for the application to start, you need to add the public directory. How to make everything work by entering just the address http://blog:8080/ ?
Thank.