Skip to content

Instantly share code, notes, and snippets.

@abishekrsrikaanth
Created February 13, 2020 11:25
Show Gist options
  • Save abishekrsrikaanth/fa3cba68c1c08bd76efe7c7dd70ab0b4 to your computer and use it in GitHub Desktop.
Save abishekrsrikaanth/fa3cba68c1c08bd76efe7c7dd70ab0b4 to your computer and use it in GitHub Desktop.
use Laravel\Nova\Resource;
class Customer extends Resource
{
public static $displayInNavigation = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment