PHPackages                             lupka/nova-laravel-api-logger - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. lupka/nova-laravel-api-logger

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

lupka/nova-laravel-api-logger
=============================

A Laravel Nova tool.

0.1.0(6y ago)131MITVuePHP &gt;=7.1.0

Since Jan 22Pushed 6y ago2 watchersCompare

[ Source](https://github.com/lupka/nova-laravel-api-logger)[ Packagist](https://packagist.org/packages/lupka/nova-laravel-api-logger)[ RSS](/packages/lupka-nova-laravel-api-logger/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Nova Admin Panel for `lupka/laravel-api-logger` package
=======================================================

[](#nova-admin-panel-for-lupkalaravel-api-logger-package)

Installation
------------

[](#installation)

You can install the package via Composer:

```
composer require lupka/nova-laravel-api-logger
```

The package will automatically register its service provider.

If you haven't done the setup for the `lupka/laravel-api-logger` package, you'll need to do that first. Then, add the following to your `NovaServiceProvider.php`:

```
use Lupka\NovaLaravelApiLogger\NovaLaravelApiLogger;

...

public function tools()
{
    return [
        ...
        new NovaLaravelApiLogger,
    ];
}
```

If you want to restrict who can see the logs (a common use case for me has been restricting this to admins/developers), use the `canSee` method when adding the tool to restrict by email address (or any other criteria you have set up).

```
(new NovaLaravelApiLogger)->canSee(function ($request) {
    return in_array($request->user()->email, ['alex@alexchalupka.com']);
}),
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2302d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/167d42f2db5d35f54d08ffd931b4fd48fd7f38dcc11d26b0b85d2cdcfbff9f1a?d=identicon)[lupka](/maintainers/lupka)

---

Top Contributors

[![lupka](https://avatars.githubusercontent.com/u/852553?v=4)](https://github.com/lupka "lupka (7 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/lupka-nova-laravel-api-logger/health.svg)

```
[![Health](https://phpackages.com/badges/lupka-nova-laravel-api-logger/health.svg)](https://phpackages.com/packages/lupka-nova-laravel-api-logger)
```

###  Alternatives

[barryvdh/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k124.3M624](/packages/barryvdh-laravel-debugbar)[laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

235321.4k](/packages/laracraft-tech-laravel-xhprof)[mad-web/nova-telescope-link

Smart Link for Laravel Nova to Telescope Debug Assistant.

38195.2k](/packages/mad-web-nova-telescope-link)[lsrur/inspector

Laravel Inspector, debugging and profiling tools for Web Artisans

23441.1k](/packages/lsrur-inspector)[kregel/nova-failed-jobs-tool

A Nova tool to help debug failed jobs

1458.4k](/packages/kregel-nova-failed-jobs-tool)[bavix/laravel-xhprof

Quick profiling of your code for Laravel

22156.6k](/packages/bavix-laravel-xhprof)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
