Skip to content

v1.0.14

Compare
Choose a tag to compare
@igaster igaster released this 07 Nov 17:08
· 103 commits to master since this release
  1. You can use {parameters} inside any path. README updated...
  2. @css & @js are rewritten with better regular expressions. Also file lookup is performed at runtime and not cached (during Blade compilation) which should resolve some issues when hot switching themes...
  3. Removed new line in output of Theme::css / Theme::js (thanks @TechKat)

Upgrading guide:

Due to changes in output of @css and @js, you might have to manualy delete cached views from \storage\framework\views so that Laravel will be forced to rebuild them. (Both in dev and production environment)