Skip to content

Instantly share code, notes, and snippets.

@azazqadir
Created September 27, 2017 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azazqadir/4064f6557d2d6f3cdaa18b44ae2099ac to your computer and use it in GitHub Desktop.
Save azazqadir/4064f6557d2d6f3cdaa18b44ae2099ac to your computer and use it in GitHub Desktop.
use Laravel\Dusk\DuskServiceProvider;
public function register()
{
if ($this->app->environment('local', 'testing')) {
$this->app->register(DuskServiceProvider::class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment