laravel12_start/config/admin.php

8 lines
105 B
PHP

<?php
return [
'filesBrowser' => [
'rootDir' => __DIR__ . '/../storage/uploads/',
],
];