Skip to content
This repository was archived by the owner on Feb 18, 2023. It is now read-only.

Commit edb253e

Browse files
committed
add Web Middleware and fix travis
1 parent 04f4b3d commit edb253e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
sudo: false
22
language: php
33
php:
4-
- 5.6
5-
- hhvm
64
- 7
5+
- 7.1
76
before_script:
87
- composer self-update
98
- composer install

app/Http/Kernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class Kernel extends HttpKernel
3434
\Illuminate\View\Middleware\ShareErrorsFromSession::class,
3535
\App\Http\Middleware\VerifyCsrfToken::class,
3636
\Illuminate\Routing\Middleware\SubstituteBindings::class,
37+
\Laravel\Passport\Http\Middleware\CreateFreshApiToken::class,
3738
],
3839

3940
'api' => [

0 commit comments

Comments
 (0)