Installation in a subFolder

You shouldn’t modify App.php directly. It could cause other issues in hidden places and it will be overwritten with the next update.

But for a better understanding - the assets function splits into two functions: style() and script(). If you want to modify it that way, you have to adjust that line, too:

It’s hard to find the right way without the same setup… Some more hints:

Maybe this collection of paths, constants and function dependencies helps a bit.

I had a case, where I didn’t want to change the constants, but only a few registry entries and a filestorage url. In this case, I use Cockpit as backend at example.com/cockpit and use the same folder as a library in my frontend. The problem feels similar, but I didnt’t use any symlinks. So, maybe it helps for inspiration:

You could change it :wink: