Tue Jul 30
Laravel streaming upload from one filesystem (local/legacy) to another (spaces).
$resource = \Storage::disk('legacy')->readStream($source);
$status = \Storage::disk($this->disk)->put($destination, $resource, 'public');
$sourceSize = \Storage::disk('legacy')->size($source);
$destinationSize = \Storage::disk($this->disk)->size($destination);
Wed Jul 31
cloud
doesn't really coerce down to spaces
or s3
../artisan convert:material-assets -d spaces --no-progress --reset
Thu Aug 1
Chrome overrides to enable Vue devtools.
Sources
tab.>>
and select Overrides
.+ Select folder for overrides
.Allow
.Page
under the sources tab to show the files for the page.Save for overrides
. This places the file in a site/folder
location.{}
to pretty print the javascript.devtools
and hit enter. productionTip: !1,
devtools: !1,
performance: !1,