From 5578bb492e37f078f79fbec3ad10d9d50ca13fcd Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Sun, 18 Jul 2021 09:19:27 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 177df4d..7d6b5e9 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ This is read-only demo with guest account enabled. - No database required - Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E) +## Limitations +- Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/) +- File permission operations are not supported (chmod/chown) ## Minimum Requirements - PHP 7.2.5+ (with php-zip extension)