Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Api Logs Laravel Package

codetech/laravel-api-logs

View on GitHub
Deep Wiki
Context7

Laravel API Requests Logger

A lightweight Laravel package for logging requests made to your API.

Latest version GitHub license

Installation

Add the package to your Laravel application using composer:

composer require codetech/laravel-api-logs

Service Provider

The service provider will be automatically registered during the installation process. However, you can manually register it by adding it to the list of providers located in your config/app.php file:

'providers' => [
    ...
    Codetech\ApiLogs\Providers\ApiLogServiceProvider::class,

],

Migrations

Publish the migration file:

php artisan vendor:publish --provider=CodeTech\\ApiLogs\\Providers\\ApiLogServiceProvider --tag=migrations

Run the migration:

php artisan migrate

Usage

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 = [
    ...

    'api' => [
        ...
        LogApiRequest::class,
    ],
];

License

codetech/laravel-api-logs is open-sourced software licensed under the MIT license.

About CodeTech

CodeTech is a web development agency based in Matosinhos, Portugal. Oh, and we LOVE Laravel!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed