Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save zmax/5809146 to your computer and use it in GitHub Desktop.
Save zmax/5809146 to your computer and use it in GitHub Desktop.
Laravel ServiceProvider register()
$this->app['package.key'] = $this->app->share( function($app) {
return;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment