Benov
Results
2
issues of
Benov
Hi Chris, Just a little precision in your doc : instead of ``` protected $routeMiddleware = [ ... 'apiguard' => Chrisbjr\ApiGuard\Http\Middleware\ApiGuard::class, ]; ``` I had to use : ``` protected...
Hi Chris, thanks for that implementation, it works great :) I'd like to have your opinion please : I'm a bit new to API keys etc... so I don't know...