Skip to content

Instantly share code, notes, and snippets.

@tschallacka
Created December 27, 2016 15:01
Show Gist options
  • Save tschallacka/32248f0bf371b5e4a6cbe5443caaa8f3 to your computer and use it in GitHub Desktop.
Save tschallacka/32248f0bf371b5e4a6cbe5443caaa8f3 to your computer and use it in GitHub Desktop.
public function boot() {
Event::listen('backend.page.beforeDisplay',function($controller) {
$controller->addCss('/plugins/exitcontrol/exitusers/assets/css/font-awesome.min.css');
}) ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment