sausin / laravel-ovh

Wrapper for OVH Object Storage integration with laravel
MIT License
37 stars 12 forks source link

Package Incompatability with Laravel 8.0 #82

Closed Roken120 closed 3 years ago

Roken120 commented 3 years ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

iksaku commented 3 years ago

Support for Laravel 8 has been released as of v5.4 of this package, and PHP 8 support has been included as of the latest release (v6.0).

As per the log you posted, you're trying to install Laravel v8 while still requiring this package's v4.1.

Roken120 commented 3 years ago

Hello, I have he works :) maybe i have this error : Call to undefined method League\Flysystem\Cached\CachedAdapter::getFormPostSignature() (View: C:\Sites\plotforme\pl\resources\views\welcome.blade.php)

sausin commented 3 years ago

Looks like an error related to incorrectly cached adapter. In all of my tests, the package seems to be working fine with Laravel v8.x

If you still have any issues, feel free to ping again!