browner12\helpers\HelperServiceProvider::boot PHP 메소드

boot() 공개 메소드

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