Skip to content

v1.7.0 - PSR-4 + Rework asset handling

Compare
Choose a tag to compare
@barryvdh barryvdh released this 03 Sep 11:19
· 942 commits to master since this release

This release changed the way assets are handled by the Debugbar. Instead of copying the assets, a new AssetController has been added that generates the css/js from a route. Fonts and images have been inlined to make this possible.

Changelog:

  • Use AssetController instead of publishing assets to the public folder.
  • Inline fonts + images to base64 Data-URI
  • Use PSR-4 file structure