We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfb0df commit 74218d9Copy full SHA for 74218d9
README.md
@@ -45,6 +45,9 @@ php artisan migrate
45
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`:
46
47
```
48
+use CodeTech\ApiLogs\Http\Middleware\LogApiRequest;
49
+
50
51
protected $middlewareGroups = [
52
...
53
0 commit comments