ivanvermeyen / laravel-google-drive-demo

Laravel & Google Drive Storage - Demo project with Laravel 5.4
403 stars 155 forks source link

Not support for `Laravel 9.x` #108

Closed erikn69 closed 2 years ago

erikn69 commented 2 years ago

https://github.com/nao-pon/flysystem-google-drive/blob/bb812339ecf06540ed096f71403f10fcbcc590f3/composer.json#L13 https://github.com/laravel/framework/blob/589f55d8954cc90ed1a92203ac24d5eb8b0887c6/composer.json#L26

Laravel 9.x uses "league/flysystem": "^3.0", nao-pon uses "league/flysystem": "^1.0" which makes it incompatible with laravel 9.x, and nao-pon/flysystem-google-drive looks abandoned, any plans to make a PR to nao-pon, or the plugin can be changed for masbug/flysystem-google-drive-ext on this example? needs help with a PR?


UPDATE: Working fork with Laravel 9.x