medialibrary-helper/config/media-library.php

7 lines
87 B
PHP

<?php
return [
'temp_disk' => 'temp',
'middleware' => ['web', 'auth:web'],
];