Refactor blob streaming in order to support file caching added in df-file v0.8 (see RemoteFileSystem::streamBlobIfModified). Vendor details implemented in S3FileSystem::getBlobInChunks
Resolve conflict with db.schema component
App code used db.schema name for DbSchemaExtensions component.
Starting from Laravel 9 this name is used internally
because of migration to string based accessor for Schema facade
laravel/framework@8059b39.
The cure is to use df prefix for app db.schema component.
Resolve conflict with db.schema component
App code used
db.schema
name forDbSchemaExtensions
component. Starting from Laravel 9 this name is used internally because of migration to string based accessor for Schema facade laravel/framework@8059b39. The cure is to usedf
prefix for appdb.schema
component.