Skip to content

Commit 23cc26b

Browse files
authored
Merge pull request #194 from soldatigabriele/master
fixed command to generate the jwt token
2 parents e2b5bea + 9bcc4fd commit 23cc26b

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)