diff --git a/README.md b/README.md index 3841f23..4164e8a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,9 @@ php artisan migrate To start logging requests made to your API, you simply add the middleware to the API's route middleware group, located in your `app/Http/Kernel.php`: ``` +use CodeTech\ApiLogs\Http\Middleware\LogApiRequest; + + protected $middlewareGroups = [ ...