Dmyers\Storage\StorageServiceProvider::boot PHP Method

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void
    public function boot()
    {
        $this->package('dmyers/laravel-storage');
        include __DIR__ . '/../../routes.php';
    }
StorageServiceProvider