Carlos Campello
Results
1
comments of
Carlos Campello
You can do that on ``NovaServiceProvider``: ```php public function tools() { return [ (new \Beyondcode\TinkerTool\Tinker)->canSee(function ($request) { env('APP_ENV') == 'local'; }) ]; } ```