Do you run an Apache webserver? Depending on your Linux distro the username may also be httpd
.
your osuser must have the apache of the group based on your configuration. eg. chown :www-data /var/www/html/ and your document root must eg. documenroot /var/www/html/public be pointing to the public folder of laravel (which is the folder for the static files. it's like django static folder . if you want to run laravel application in a different port you need to set a proxy to forward the request from 443 to 2057 etc.
thx
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community