File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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
6868Run 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
Original file line number Diff line number Diff line change 4747 "autoload" : {
4848 "classmap" : [
4949 " database/seeds" ,
50- " database/factories"
50+ " database/factories" ,
51+ " database"
5152 ],
5253 "psr-4" : {
5354 "App\\ " : " app/"
You can’t perform that action at this time.
0 commit comments