Collective\Remote\RemoteServiceProvider::boot PHP Method

boot() public method

Boot the Service Provider.
public boot ( )
    public function boot()
    {
        if (!$this->isLumen()) {
            $this->publishes([__DIR__ . '/../config/remote.php' => config_path('remote.php')]);
        }
        $this->registerCommands();
    }