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.
2 parents f445519 + 297ac59 commit da0c547Copy full SHA for da0c547
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