We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795710d commit 968a364Copy full SHA for 968a364
src/Illuminate/Foundation/Console/StorageLinkCommand.php
@@ -11,7 +11,8 @@ class StorageLinkCommand extends Command
11
*
12
* @var string
13
*/
14
- protected $signature = 'storage:link {--relative : Create the symbolic link using relative paths}
+ protected $signature = 'storage:link
15
+ {--relative : Create the symbolic link using relative paths}
16
{--force : Recreate already existing symbolic links}';
17
18
/**
0 commit comments