Laravel (with backpack) in subfolder #403
-
Hi, I have Laravel 9 and backpack latest ver installed in a subfolder on my server. The issue I have is that most of the CSS and Javascript files are looking in the wrong place, not relative to the install location, but to the document root. Is there anyone that has managed to install laravel to a subfolder and not to the document root, and got this working? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@juniormcmillan you are probably missing to configure your server to point to Laravel Let me know, |
Beta Was this translation helpful? Give feedback.
@juniormcmillan you are probably missing to configure your server to point to Laravel
/public
folder?I think creating a vhost that points to your
instalation_folder/public
folder would solve your issue.Let me know,
Cheers