PHPackages                             uniondrug/internal-log - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. uniondrug/internal-log

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

uniondrug/internal-log
======================

InternalLog

1.0.2(6y ago)296MITPHP

Since Apr 14Pushed 6y ago12 watchersCompare

[ Source](https://github.com/uniondrug/internal-log)[ Packagist](https://packagist.org/packages/uniondrug/internal-log)[ RSS](/packages/uniondrug-internal-log/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

\#内审中心日志

### how to do

[](#how-to-do)

1. 修改`composer.json`文件, 选择`1.x`版本

    ```
    {
        .
        .
        "require" : {
            .
            .
            "uniondrug/token-auth-middleware" : "^2.0",
            "uniondrug/internal-log" : "^1.0",
            .
            .
        }
    }

    ```
2. 执行`composer update`更新依赖版
3. 修改`config/app.php`应用

    ```
       return [
           'default' => [
               .
               .
               .
               'providers' => [
                   .
                   .
                   .
                   \Uniondrug\InternalLog\InternalLogProvider::class
               ]
           ]
       ];

    ```
4. 添加`config/internalLog.php`

    ```
