Hi, I was really excited to find this app. But I cannot start it for some reason on xampp, where I installed it on a subfolder: /opt/lampp/htdocs/demoapp/ - I do not get any Bootstrap theme styling, only bare text (even if I set app.baseURL = 'http://localhost/demoapp/public/' in the .env file). Is there any way to run it when installed on a subfolder? What I can do is - run xampp for mysql database to work and then beside it run the CI development web server (php spark serve) on localhost:8080, - then, after setting app.baseURL = 'http://localhost:8080' I can see the app at that address with all the styling...
==
Donatas G.