����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 18.219.43.26 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/./gltevjme/cbt.bofirm.com/vendor/intervention/imagecache/src/config/ |
Upload File : |
<?php return [ /* |-------------------------------------------------------------------------- | Name of route |-------------------------------------------------------------------------- | | Enter the routes name to enable dynamic imagecache manipulation. | This handle will define the first part of the URI: | | {route}/{template}/{filename} | | Examples: "images", "img/cache" | */ 'route' => null, /* |-------------------------------------------------------------------------- | Storage paths |-------------------------------------------------------------------------- | | The following paths will be searched for the image filename, submitted | by URI. | | Define as many directories as you like. | */ 'paths' => [ public_path('upload'), public_path('images') ], /* |-------------------------------------------------------------------------- | Manipulation templates |-------------------------------------------------------------------------- | | Here you may specify your own manipulation filter templates. | The keys of this array will define which templates | are available in the URI: | | {route}/{template}/{filename} | | The values of this array will define which filter class | will be applied, by its fully qualified name. | */ 'templates' => [ 'small' => 'Intervention\Image\Templates\Small', 'medium' => 'Intervention\Image\Templates\Medium', 'large' => 'Intervention\Image\Templates\Large', ], /* |-------------------------------------------------------------------------- | Image Cache Lifetime |-------------------------------------------------------------------------- | | Lifetime in minutes of the images handled by the imagecache route. | */ 'lifetime' => 43200, ];