Skip to content

Commit 6f9a9f6

Browse files
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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

data/laravel-framework.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@
1919
{
2020
"definition": "প্রোজেক্টের সকল রাউট লিস্ট দেখার জন্য",
2121
"code": "php artisan route:list"
22+
},
23+
{
24+
"definition": "পাবলিক স্টোরেজ লিংক তৈরি করার জন্য",
25+
"code": "php artisan storage:link"
26+
},
27+
{
28+
"definition": "স্টোরেজ সিমলিংক মুছে ফেলার জন্য",
29+
"code": "php artisan storage:unlink"
2230
},
2331
{
2432
"definition": "প্রোজেক্টের মেথড অনুযায়ী রাউট লিস্ট দেখার জন্য",

0 commit comments

Comments
 (0)