We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0708e14 + 6f9a9f6 commit c02cdb8Copy full SHA for c02cdb8
1 file changed
data/laravel-framework.json
@@ -19,6 +19,14 @@
19
{
20
"definition": "প্রোজেক্টের সকল রাউট লিস্ট দেখার জন্য",
21
"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"
30
},
31
32
"definition": "প্রোজেক্টের মেথড অনুযায়ী রাউট লিস্ট দেখার জন্য",
0 commit comments