EricMakesStuff\ServerMonitor\ServerMonitorServiceProvider::boot PHP Method

boot() public method

Bootstrap the application services.
public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/server-monitor.php' => config_path('server-monitor.php')], 'config');
    }
ServerMonitorServiceProvider