PHPackages                             bfg/admin-audit - 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. [Admin Panels](/categories/admin)
4. /
5. bfg/admin-audit

ActiveBfg-admin-extension[Admin Panels](/categories/admin)

bfg/admin-audit
===============

The auditing viewer for bfg admin

2.0.0(1y ago)056.4k—8.7%1MITPHPPHP ^8.0|^8.1

Since Aug 5Pushed 1y ago2 watchersCompare

[ Source](https://github.com/bfg-s/admin-audit)[ Packagist](https://packagist.org/packages/bfg/admin-audit)[ RSS](/packages/bfg-admin-audit/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

[![Laravel Logo](https://camo.githubusercontent.com/b2febdc58121e626abd661da9b4a4c7575d78d2613627873316924a00d98e776/68747470733a2f2f776f6f642e7665736b6f642e636f6d2f696d616765732f6c6f676f2e706e67)](https://wood.veskod.com/documentation/admin-panel)

[![Total Downloads](https://camo.githubusercontent.com/b165f4aef742a65378a4b751078173f1930552224fa645a51bdf68656187cf43/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6266672f61646d696e2d6175646974)](https://packagist.org/packages/bfg/admin-audit)[![Latest Stable Version](https://camo.githubusercontent.com/1586defd8fbb61a1b42295735ff7f62076b463e378edc011fdbbefdfd0060b79/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6266672f61646d696e2d6175646974)](https://packagist.org/packages/bfg/admin-audit)[![License](https://camo.githubusercontent.com/e4ff88cf8e05c5eb3b615b0d4611efc8f0cd7fbe32f8af8eb6ea201e027f5fc7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6266672f61646d696e2d6175646974)](https://packagist.org/packages/bfg/admin-audit)

Install
=======

[](#install)

```
composer require bfg/admin-audit

```

Admin install
=============

[](#admin-install)

```
php artisan admin:extension bfg/admin-audit --install

```

Setup auditing
==============

[](#setup-auditing)

For more information on how to use the package, please refer to our official documentation available on [laravel-auditing.com](https://laravel-auditing.com/) or in the [repository](https://github.com/owen-it/laravel-auditing-doc/blob/main/documentation.md) documentation file. Our documentation provides detailed instructions on how to install and use the package, as well as examples and best practices for auditing in Laravel applications.

Publish configs
---------------

[](#publish-configs)

```
php artisan vendor:publish --provider "OwenIt\Auditing\AuditingServiceProvider" --tag="config"

```

Publish migrations
------------------

[](#publish-migrations)

```
php artisan vendor:publish --provider "OwenIt\Auditing\AuditingServiceProvider" --tag="migrations"

```

Migrate
-------

[](#migrate)

```
php artisan migrate
```

Enable console audit
--------------------

[](#enable-console-audit)

Open `configs/audit.php` and enable `console` config:

```
...
   /*
    |--------------------------------------------------------------------------
    | Audit Console
    |--------------------------------------------------------------------------
    |
    | Whether console events should be audited (eg. php artisan db:seed).
    |
    */

    'console' => true,
...
```

Add audit to model
------------------

[](#add-audit-to-model)

Add implement

```
use OwenIt\Auditing\Contracts\Auditable;
...
class User extends Authenticatable implements Auditable
{
    use \OwenIt\Auditing\Auditable;

    ...
}
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance45

Moderate activity, may be stable

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity57

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

Every ~117 days

Recently: every ~146 days

Total

6

Last Release

429d ago

Major Versions

0.1.3 → 1.0.02024-07-17

1.0.0 → 2.0.02025-03-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/59b2d162a30938ac2c3c56340ebea07a6778a3e1c86cb70b5bc28b69a1c3f04d?d=identicon)[bfg](/maintainers/bfg)

---

Top Contributors

[![Xsaven](https://avatars.githubusercontent.com/u/1726771?v=4)](https://github.com/Xsaven "Xsaven (10 commits)")

---

Tags

laravelextensionadminltebfgadmin-audit

### Embed Badge

![Health badge](/badges/bfg-admin-audit/health.svg)

```
[![Health](https://phpackages.com/badges/bfg-admin-audit/health.svg)](https://phpackages.com/packages/bfg-admin-audit)
```

###  Alternatives

[guanguans/dcat-login-captcha

Dcat admin login captcha. - Dcat admin 登录验证码。

42112.1k](/packages/guanguans-dcat-login-captcha)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)

PHPackages © 2026

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