-
在项目目录composer update后无法使用,报下列错误
PHP Fatal error: Class Donjan\Casbin\Adapters\Mysql\DatabaseAdapter contains 1 abstract method and must therefore be declared abstract or implement the remaining meth…
etoup updated
3 years ago
-
### Question
I use [`NullAdapter`](https://github.com/thephpleague/flysystem/blob/1.1.3/src/Adapter/NullAdapter.php) for mocking FS in tests, but it is gone in v2.
Do I have to add [`league/flys…
dakur updated
3 years ago
-
FileNotFoundException will raise if `sanitize_chars` exist in directory name
Sample path to reproduce
```
$remote_filepath = '[test]test/test.txt';
```
I have passed `sanitize_chars` without `[…
-
using the HLS export on Windows x64, I have this code I use for testing out ffmpeg;
```$lowBitrate = (new X264('aac'))->setKiloBitrate(250);
$midBitrate = (new X264('aac'))->setKiloBitrate…
-
Hi I was reading through your code and I noticed you're using 'useDisplayPaths' param to prevent that feature but I wonder this:
In the function `createDirectory` I get nothing back so how would I kn…
-
## Clear description of your problem
I was running valet with PHP 8.0 but I needed to switch to 7.4 to I ran ```valet use php@7.4```. After that valet was completely broken. I tried to run ```valet i…
-
**Is your feature request related to a problem? Please describe.**
We use the `OneupFlysystemBundle` with the in-memory configuration when testing uploading images (using `VichUploaderBundle`). I hav…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | 9.5.10
| PHP version | 8.0.11
| Installation Method | Composer
| Driver | pcov
#### Summary
…
-
### Description
If the bucket Access control setting is set to uniform in Google Cloud Storage Bucket Settings, I got the following error message from GCP while trying to upload an image:
"Cannot …
-
Hi,
is it possible to upload, download, check if exists a file on the FTP server with your bundle?
If yes, how? May you upload the config file that will show how to connect to ftp server?