Skip to content

Instantly share code, notes, and snippets.

@Naoray
Created March 23, 2020 04:33
Show Gist options
  • Save Naoray/743c436c584f374ed5f6924b26cc1bde to your computer and use it in GitHub Desktop.
Save Naoray/743c436c584f374ed5f6924b26cc1bde to your computer and use it in GitHub Desktop.
use Laravel\Nova\Nova;
protected function withoutNovaExceptionHandling(array $except = [])
{
Nova::serving(function ($event) use ($except) {
$this->withoutExceptionHandling($except);
});
return $this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment