Skip to content

Commit 9bcc4fd

Browse files
fixed command to generate the jwt token
1 parent e2b5bea commit 9bcc4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ You can now access the server at http://localhost:8000
9393
npm install
9494
npm run development
9595
php artisan key:generate
96-
php artisan jwt:generate
96+
php artisan jwt:secret
9797
php artisan vendor:publish --tag=lfm_public
9898

9999
## Logging In

0 commit comments

Comments
 (0)