-
I am trying to access last modified date of a particular file:
$disk = Storage::disk('gcs');
$info = $disk->lastModified('file.jpg');
And I am getting the error I mentioned in title.
…
-
hi, when i use gcs like tuttorial, i get an error "Disk [gcs] does not have a configured driver.". I use laravel 7.24 and laravel-google-cloud-storage 2.2.3.
filesystem.php
`'gcs' => [
…
-
My config
```
'gcs' => [
'driver' => 'gcs',
'project_id' => env('GOOGLE_CLOUD_PROJECT_ID', 'your-project-id'),
'key_file' => [
'type' => env('GOOGLE_CL…
-
I am integration elFinder into laravel backpack but am having trouble getting our gcs bucket synced to the file manager.
Here is my config for the elfinder "disks" - this is also in the filesystem…
-
Would it be possible to provide library that is compatible with Laravel FileSystem Storage?
https://laravel.com/docs/5.7/filesystem
AWS Storage (S3), Google Cloud Storage, and Dropbox, etc provide…
-
I believe Statamic is using Laravel's underlying filesystem module for this. I'd be willing to help on this in any way I can; whether that be an addon or even contribute code. I did look through the a…
-
### Laravel version
_No response_
### PHP version
_No response_
### Voyager version
_No response_
### Description of problem
Whenever I upload images to cpanel, for some reason I'm updating my …
-
If anyone has a request for a new storage backend please leave a note here.
-
### Bug description
I have set following config in asset
```php
// config/statamic/assets.php
'route' => 'img',
'secure' => false,
'cache' => true,
'cache_path' => public_path('img')
```
…
-
Google Cloud Storage buckets have an option to define access control on the whole bucket instead of the per object approach:
> Set permissions uniformly at bucket-level (Bucket Policy Only)
> Enfo…