Skip to content

Instantly share code, notes, and snippets.

@ahmadshah
Last active January 2, 2016 09:29
Show Gist options
  • Save ahmadshah/8283162 to your computer and use it in GitHub Desktop.
Save ahmadshah/8283162 to your computer and use it in GitHub Desktop.
Overriding current active theme in Orchestra Platform
Event::fire('foo', ['another-theme']);
Event::listen('foo', function($theme)
{
Orchestra\Theme::setTheme($theme);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment