Bosnadev\Repositories\Providers\RepositoryProvider::boot PHP Method

boot() public method

Bootstrap the application services.
public boot ( ) : void
return void
    public function boot()
    {
        // Config path.
        $config_path = __DIR__ . '/../../../config/repositories.php';
        // Publish config.
        $this->publishes([$config_path => config_path('repositories.php')], 'repositories');
    }