Skip to content

Commit

Permalink
Merge pull request #419 from viralsolani/develop
Browse files Browse the repository at this point in the history
Misc Changes
  • Loading branch information
viralsolani authored Jul 9, 2019
2 parents 3f6dae1 + 71c01ba commit 79995a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Generate a new application key

php artisan key:generate

Generate a new JWT authentication secret key
Install Passport

php artisan jwt:secret
php artisan passport:install

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

Expand Down Expand Up @@ -107,6 +107,7 @@ You can now access the server at http://localhost:8000
npm run development
php artisan storage:link
php artisan key:generate
php artisan passport:install
php artisan vendor:publish --tag=lfm_public
php artisan migrate
php artisan passport:install
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
"autoload": {
"classmap": [
"database/seeds",
"database/factories"
"database/factories",
"database"
],
"psr-4": {
"App\\": "app/"
Expand Down

0 comments on commit 79995a7

Please sign in to comment.