I am stuck on the following thing: When I am using phpb_theme_asset it's looking for the wrong public folder in my laravel project. And I am getting this error message: Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://127.0.0.1:8000/themes/demo/css/style.css".
So my question is: is there any way for me to change the base path of phpb_theme_asset so in that way I can put it to my own path and not the basic path that is made already.
Goodmorning,
I am stuck on the following thing: When I am using phpb_theme_asset it's looking for the wrong public folder in my laravel project. And I am getting this error message: Resource interpreted as Stylesheet but transferred with MIME type text/html: "http://127.0.0.1:8000/themes/demo/css/style.css".
So my question is: is there any way for me to change the base path of phpb_theme_asset so in that way I can put it to my own path and not the basic path that is made already.
I hope someone can help me out.