my-projects-website/app/application/config/storage.php

10 lines
159 B
PHP
Raw Permalink Normal View History

2024-04-11 19:43:01 +05:00
<?php
return [
// to resize
'max_image_width' => 1000,
// to resize
'max_image_height' => 1000,
// filesystems
'disk' => 'storage',
];