Skip to content

Instantly share code, notes, and snippets.

@evercode1
Created February 10, 2017 03:54
Show Gist options
  • Select an option

  • Save evercode1/b4708ee4df6c0b6e3b2f2de92dbd8bf1 to your computer and use it in GitHub Desktop.

Select an option

Save evercode1/b4708ee4df6c0b6e3b2f2de92dbd8bf1 to your computer and use it in GitHub Desktop.
chapter 9 view share method
public function boot()
{
$value = \App\Utilities\Copyright::displayNotice();
view()->share('copyright', $value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment