Skip to content

Laravel 11 support

Latest
Compare
Choose a tag to compare
@alexusmai alexusmai released this 11 May 17:21

Deleted - intervention/imagecache (Abandoned)

delete from config - config/file-manager.php

     /**
     * Image cache ( Intervention Image Cache )
     *
     * set null, 0 - if you don't need cache (default)
     * if you want use cache - set the number of minutes for which the value should be cached
     */
    'cache'             => null,

Updated - Intervention/image to v3 ( used - https://github.com/Intervention/image-laravel)