PHPackages                             hotrush/laravel-log-notification-channel - 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. hotrush/laravel-log-notification-channel

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

hotrush/laravel-log-notification-channel
========================================

Log notifications channel for laravel

0.4.0(4y ago)12.3k1MITPHPPHP &gt;=5.5.9CI failing

Since Mar 25Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hotrush/laravel-log-notification-channel)[ Packagist](https://packagist.org/packages/hotrush/laravel-log-notification-channel)[ Docs](https://github.com/hotrush/laravel-log-notifications-channel)[ RSS](/packages/hotrush-laravel-log-notification-channel/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (4)Dependencies (4)Versions (5)Used By (0)

Laravel log notifications channel
=================================

[](#laravel-log-notifications-channel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/36fcbf7e6cc5ffa0055e01944debcda7399e87904e3bd0199ab0fa07e9162d23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f74727573682f6c61726176656c2d6c6f672d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hotrush/laravel-log-notification-channel)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Total Downloads](https://camo.githubusercontent.com/6c9630aa5416c646aff75faf04d0b03ef2864595ab16db9815c5257a88484043/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f74727573682f6c61726176656c2d6c6f672d6e6f74696669636174696f6e2d6368616e6e656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hotrush/laravel-log-notification-channel)

Send notifications into log with Laravel, easier to pretend other services e.g. sms or push notifications.

Contents
--------

[](#contents)

- [Installation](#installation)
    - [Setting up the log service](#setting-up-the-log-service)
- [Usage](#usage)
- [License](#license)

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

[](#installation)

```
composer require hotrush/laravel-log-notification-channel
```

### Setting up the log service

[](#setting-up-the-log-service)

You can add `LOG_NOTIFICATIONS_CHANNEL` into your `.env` file to customize log channel to use, otherwise default one will be used.

Usage
-----

[](#usage)

```
