-
Lychee v6.1.2 installed in archlinux, caddy web server. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Import from server has been dropped since v5 already. You can use the With regard to imagick, you should check your phpinfo to see if it is really enabled : https://lychee.test/phpinfo |
Beta Was this translation helpful? Give feedback.
Import from server has been dropped since v5 already.
You can use the
php artisan lychee:sync
command to do the work.See more here: https://github.com/LycheeOrg/Lychee/blob/master/app/Console/Commands/Sync.php#L25
Or alternatively you can temporary revert the front-end to version 4 by changing your
.env
withVUEJS_ENABLED=false
. Note that this will be using the old API.With regard to imagick, you should check your phpinfo to see if it is really enabled : https://lychee.test/phpinfo