for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Hyde\Testing;
use Illuminate\Support\ServiceProvider;
class TestingServiceProvider extends ServiceProvider
{
/**
* Register the application services.
*/
public function register()
//
}
* Bootstrap the application services.
public function boot()
if (env('DUSK_ENABLED', false)) {
$this->app->register(\Hyde\Testing\DuskServiceProvider::class);