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 95c68d8 commit 8312ca2Copy full SHA for 8312ca2
README.md
@@ -54,6 +54,9 @@ Generate a new application key
54
55
php artisan key:generate
56
57
+Generate a new JWT secret key (If you want to use API)
58
+ php artisan jwt:secret
59
+
60
Generate a new JWT authentication secret key
61
62
php artisan jwt:secret
@@ -79,7 +82,7 @@ For generating the files of unisharp file manager
79
82
php artisan vendor:publish --tag=lfm_public
80
83
81
84
For linking storage folder in public
-
85
86
php artisan storage:link
87
88
Start the local development server
app/Http/Middleware/VerifyJWTToken.php
0 commit comments