Friday, March 17, 2017

How can i use laravel mix with an apache alias?

I have configured my app to be available under an alias (http://localhost/myapp). How can i configure mix to reflect this in the manifest file? I want to reference /myapp/css/app.css instead of /css/app.css.

Thanks in advance.



via Gonçalo Marrafa

Advertisement