You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.
Hello
i've installed a Laravel 8 (last stable update) simple app with also Voyager (last stable version) and dummy data.
Locally the storage works.
Now i would like to move it on AWS S3 storage.
I've created a bucket on AWS
I did composer require league/flysystem-aws-s3-v3:^1.0
I setup env data and finally i've changed config voyager.php storage with 's3'.
Now i get this when i log into admin
League\Flysystem\AwsS3v3\AwsS3Adapter::__construct(): Argument #1 ($client) must be of type Aws\S3Client, Aws\S3\S3Client given, called in C:\xampp\htdocs\test\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemManager.php on line 214 (View: C:\xampp\htdocs\test\vendor\tcg\voyager\resources\views\master.blade.php)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
i've installed a Laravel 8 (last stable update) simple app with also Voyager (last stable version) and dummy data.
Locally the storage works.
Now i would like to move it on AWS S3 storage.
I've created a bucket on AWS
I did
composer require league/flysystem-aws-s3-v3:^1.0
I setup env data and finally i've changed config voyager.php storage with 's3'.
Now i get this when i log into admin
League\Flysystem\AwsS3v3\AwsS3Adapter::__construct(): Argument #1 ($client) must be of type Aws\S3Client, Aws\S3\S3Client given, called in C:\xampp\htdocs\test\vendor\laravel\framework\src\Illuminate\Filesystem\FilesystemManager.php on line 214 (View: C:\xampp\htdocs\test\vendor\tcg\voyager\resources\views\master.blade.php)
Beta Was this translation helpful? Give feedback.
All reactions