On your hosting, edit the configuration of your nginx or your apache so the root path for your domain points to the public path.
In nginx: root /some/path/to/public/directory; in Apache: DocumentRoot "/some/path/to/public/directory"
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community