Skip to content

Commit 79995a7

Browse files
authored
Merge pull request #419 from viralsolani/develop
Misc Changes
2 parents 3f6dae1 + 71c01ba commit 79995a7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
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

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"autoload": {
4848
"classmap": [
4949
"database/seeds",
50-
"database/factories"
50+
"database/factories",
51+
"database"
5152
],
5253
"psr-4": {
5354
"App\\": "app/"

0 commit comments

Comments
 (0)