nano /var/cpanel/userdata/USERNAME/MY_LARAVEL_DOMAIN.COM and change the documentroot value, just add public at the end of the path, for example: documentroot: /home/USERNAME/public_html/public If you have an SSL certificate for your domain you also need to edit the documentroot value in the...
In Laravel the path for serving your web page is in the /public folder. By default afterinstalling Laraveland navigating in a browser to the URL you will see a directory listing of all the Laravel files. Here’s an easy way using an .htaccess file to redirect requests to the Larav...
Also,wkhtmltopdfneeds to be installed on the server. Normally you can't do this with shared hosting. You need to find a different solution for your PDFs. A good alternative is DOMPDF:https://github.com/barryvdh/laravel-dompdf @bobbybouwmannthank you soo much for your response. actua...