diff --git a/config/filesystems.php b/config/filesystems.php index ec6a7cec..cc5c9072 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -65,5 +65,20 @@ return [ ], ], + + /* + |-------------------------------------------------------------------------- + | Symbolic Links + |-------------------------------------------------------------------------- + | + | Here you may configure as many symbolic links as you wish for your + | application. The key is the symbolic link and the value is the + | target path. Use the `storage:link` command to generate them. + | + */ + + 'links' => [ + public_path('storage') => storage_path('app/public'), + ], ];