HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
799 stars 184 forks source link

Changing path of phpb_theme_asset #83

Open boudewijnbout opened 3 years ago

boudewijnbout commented 3 years ago

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.