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 90f7c6a commit 297ac59Copy full SHA for 297ac59
backend/readme.md
@@ -46,7 +46,7 @@ docker exec -it thread-app php artisan db:seed
46
47
Generate jwt key and create link to public folder for file uploads (you should have `FILESYSTEM_DRIVER=public` in .env):
48
```bash
49
-docker exec -it thread-app php artisan jwt:generate
+docker exec -it thread-app php artisan jwt:secret
50
docker exec -it thread-app php artisan storage:link
51
```
52
0 commit comments