Dinesh Uprety
@dineshuprety ·
Public
Configure Read-Through File Storage
PHPRead from an old disk and automatically copy missing files to the new primary disk.
PHP
CodeSnap // free canvas
Configure Read-Through File Storage
'assets' => [
'driver' => 'read-through',
'primary' => 'r2',
'fallback' => 'legacy-s3',
],