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 6bd0190 + 77c5d72 commit 71c01baCopy full SHA for 71c01ba
README.md
@@ -61,9 +61,9 @@ Generate a new application key
61
62
php artisan key:generate
63
64
-Generate a new JWT authentication secret key
+Install Passport
65
66
- php artisan jwt:secret
+ php artisan passport:install
67
68
Run the database migrations (**Set the database connection in .env before migrating**)
69
@@ -107,6 +107,7 @@ You can now access the server at http://localhost:8000
107
npm run development
108
php artisan storage:link
109
110
111
php artisan vendor:publish --tag=lfm_public
112
php artisan migrate
113
php artisan passport:install
0 commit comments