first commit
This commit is contained in:
15
config/image.php
Normal file
15
config/image.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'route' => 'images',
|
||||
'path' => storage_path('images'),
|
||||
'templates' => array(
|
||||
'small' => \Meoran\Images\Templates\Small::class,
|
||||
'medium' => \Meoran\Images\Templates\Medium::class,
|
||||
'large' => \Meoran\Images\Templates\Large::class,
|
||||
),
|
||||
'lifetime' => 10,
|
||||
'cache' => [
|
||||
'path' => storage_path('app')
|
||||
]
|
||||
];
|
Reference in New Issue
Block a user