browner12\helpers\HelperServiceProvider::boot PHP Method

boot() public method

boot the service provider
public boot ( ) : void
return void
    public function boot()
    {
        //publish configuration
        $this->publishes([__DIR__ . '/config/helpers.php' => config_path('helpers.php')], 'config');
    }