Skip to content

Commit da0c547

Browse files
authored
Merge pull request #92 from BinaryStudioAcademy/dev
Update readme.md
2 parents f445519 + 297ac59 commit da0c547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ docker exec -it thread-app php artisan db:seed
4646

4747
Generate jwt key and create link to public folder for file uploads (you should have `FILESYSTEM_DRIVER=public` in .env):
4848
```bash
49-
docker exec -it thread-app php artisan jwt:generate
49+
docker exec -it thread-app php artisan jwt:secret
5050
docker exec -it thread-app php artisan storage:link
5151
```
5252

0 commit comments

Comments
 (0)