Commit 6f9a9f6
committed
Add Laravel artisan commands for storage management
- Added command to create a public storage link: `php artisan storage:link`
- Added command to remove a storage symlink: `php artisan storage:unlink`1 parent 055a34c commit 6f9a9f6
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
22 | 30 | | |
23 | 31 | | |
24 | 32 | | |
| |||
0 commit comments