In my setup the webserver allows public access only to the folder where the front controller is located in (/var/www/html/public). When trying to use php-debugbar it tries to embed JS and CSS files:
The problem is that the vendor folder is not publicly accessible (for security reasons) and thus those CSS and JS files cannot be loaded. That is why I would appreciate a setting to embed JS and CSS code inline.
In my setup the webserver allows public access only to the folder where the front controller is located in (/var/www/html/public). When trying to use php-debugbar it tries to embed JS and CSS files:
The problem is that the vendor folder is not publicly accessible (for security reasons) and thus those CSS and JS files cannot be loaded. That is why I would appreciate a setting to embed JS and CSS code inline.