medialibrary-helper/config/media-library.php

7 lines
90 B
PHP

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