Skip to content

Commit 71c01ba

Browse files
authored
Merge pull request #418 from vidhyut-pandya/develop
Updated README
2 parents 6bd0190 + 77c5d72 commit 71c01ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Generate a new application key
6161

6262
php artisan key:generate
6363

64-
Generate a new JWT authentication secret key
64+
Install Passport
6565

66-
php artisan jwt:secret
66+
php artisan passport:install
6767

6868
Run the database migrations (**Set the database connection in .env before migrating**)
6969

@@ -107,6 +107,7 @@ You can now access the server at http://localhost:8000
107107
npm run development
108108
php artisan storage:link
109109
php artisan key:generate
110+
php artisan passport:install
110111
php artisan vendor:publish --tag=lfm_public
111112
php artisan migrate
112113
php artisan passport:install

0 commit comments

Comments
 (0)