dimanche 9 septembre 2018

Laravel Mix - URL Processing works wrong when web site on localhost is not in root folder

Web server structure:

localhost/my_site_folder/public

When I am using url(../images/example.png) in my scss file, mix automatically finds example.png, copy it to my public/images folder, and then rewrites the url() within my generated stylesheet (https://laravel.com/docs/5.6/mix#url-processing)

Cool feature and everything seems fine, except fact, that link was generated as it was described in docs background: url(/images/example.png?d41d8cd98f00b204e9800998ecf8427e);, but in my case this link is to localhost/images/example.png?d41d8cd98f00b204e9800998ecf8427e but I need to localhost/my_site_folder/public/images/example.png?d41d8cd98f00b204e9800998ecf8427e.

And I can't find where I could setup my website root folder path.

P.S. for example, in laravel it could be done via .env file APP_URL=http://localhost/my_site_folder/public

Is there is something similar in mix?



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2oW2D8N
via IFTTT

Aucun commentaire:

Enregistrer un commentaire