PHPackages                             stechstudio/logging - 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. stechstudio/logging

ActiveLibrary

stechstudio/logging
===================

Logging for our apps

3.2(1y ago)0828MITPHP

Since Feb 26Pushed 1y ago5 watchersCompare

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

READMEChangelog (9)Dependencies (4)Versions (13)Used By (0)

Install
-------

[](#install)

First, add the private repository to your `composer.json` file like so:

```
"repositories": [
  {
    "type": "vcs",
    "url": "git@github.com:stechstudio/logging.git"
  }
]
```

Then you can just run composer:

```
composer require stechstudio/logging

```

Configuration
-------------

[](#configuration)

Edit your `config/logging.php` to look like this:

```
