Shift config files

This commit is contained in:
Shift
2023-01-07 19:54:02 +00:00
parent 4cc3b5c26d
commit 59304cab8d
11 changed files with 118 additions and 90 deletions

View File

@@ -67,4 +67,19 @@ return [
],
/*
|--------------------------------------------------------------------------
| Symbolic Links
|--------------------------------------------------------------------------
|
| Here you may configure the symbolic links that will be created when the
| `storage:link` Artisan command is executed. The array keys should be
| the locations of the links and the values should be their targets.
|
*/
'links' => [
public_path('storage') => storage_path('app/public'),
],
];