Skip to content

Commit

Permalink
added passport:install to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aibim authored Apr 10, 2019
1 parent 42f5494 commit 370d3f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Um das vue-laravel Tutorial aufrufen zu können, sind folgende Schritte nötig.
```
php artisan migrate
php artisan db:seed
php artisan passport:install
```

2. PHP Server für die API starten
Expand Down Expand Up @@ -105,4 +106,4 @@ Da im ``production``-Mode kein webpack-dev-server benutzt wird und entsprechend

```
npm run build
```
```

0 comments on commit 370d3f5

Please sign in to comment.