Shipu / themevel

Theme and asset management for laravel
Creative Commons Zero v1.0 Universal
347 stars 67 forks source link

Add BeforeThemeLoaded and AfterThemeLoaded Events #20

Closed dariusj18 closed 6 years ago

dariusj18 commented 6 years ago

Added events to respond to Theme loading. The BeforeThemeLoaded event will not allow a theme to be loaded if it returns false.

The event is also passed the $level so the user can tell if it is a parent/grandparent, etc.

Shipu commented 6 years ago

Thanks for your contribution . Please update documentation ...

Shipu commented 6 years ago

Pull request closed because of Not tested and not documented .