0

I've implemented Laravel Clyde https://github.com/antennaio/laravel-clyde which is an wrapper for Glide https://github.com/thephpleague/glide

This set-up works for uploading, caching and retrieving images etc. However I need to be able to rename an image when it's downloaded.

I cannot see a way of doing this using these packages.

4

1 に答える 1

0

clyde の目的の 1 つは、これらの操作構成を抽象化することだと思います。グライドだけを使用すると、画像ファイル名は見栄えがしますが、ユーザーにはそれらの厄介なパラメーターが表示されます。1 つの解決策は、全体像を示すビューでクライドなしでファイルを提供することです。

于 2016-06-01T15:36:54.767 に答える