App\Providers\StorageServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        File::setContentReader($this->app['xe.storage']->getFilesystemHandler());
        File::setUrlMaker($this->app['xe.storage.url']);
    }
StorageServiceProvider