PHPackages                             expdev07/laravel-logsnag - 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. expdev07/laravel-logsnag

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

expdev07/laravel-logsnag
========================

Get a realtime feed of your Laravel project’s most important events using Logsnag

v1.2.0(6mo ago)143.5kMITPHPPHP ^8.2

Since Mar 23Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/ExpDev07/laravel-logsnag)[ Packagist](https://packagist.org/packages/expdev07/laravel-logsnag)[ Docs](https://github.com/expdev07/laravel-logsnag)[ Fund](https://ko-fi.com/ExpDev)[ RSS](/packages/expdev07-laravel-logsnag/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (3)Versions (10)Used By (0)

laravel-logsnag
===============

[](#laravel-logsnag)

[![Latest Version on Packagist](https://camo.githubusercontent.com/4f9f20a9fbcd4652c131d4518c668e12c3a2808c5322019ffed691b277e54130/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f65787064657630372f6c61726176656c2d6c6f67736e61672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/expdev07/laravel-logsnag)[![Total Downloads](https://camo.githubusercontent.com/a784d1bd7b399bf64ae20af9afb2e34b91adfc83538e738223283e074b23beb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f65787064657630372f6c61726176656c2d6c6f67736e61672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/expdev07/laravel-logsnag)

Get a realtime feed of your Laravel project’s most important events using [Logsnag](https://logsnag.com/). Supports push notifications straight to your phone.

**Get notified:**

1. In the [Logsnag dashboard](https://app.logsnag.com/dashboard).
2. On your desktop/laptop (windows + macOS).
3. On your phone (android + iOS).

Support me
----------

[](#support-me)

I create Open Source software in my spare time. If you wish to support me, consider buying me a coffee :).

[![Buy Me a Coffee at ko-fi.com](https://camo.githubusercontent.com/87e7bc7e876c2c005c93d71c87e3ef6bb390bdfa6c06223c99603457d27c4a61/68747470733a2f2f617a3734333730322e766f2e6d7365636e642e6e65742f63646e2f6b6f6669332e706e673f763d32)](https://ko-fi.com/C1C510DUQ)

Beta
----

[](#beta)

Logsnag is currently in beta mode, and you must join the waitlist in order to use it. However, they accept people fairly quickly. Join on their website here: .

Requirements
------------

[](#requirements)

- PHP 8+
- Laravel 9

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

[](#installation)

You can install the package via composer:

```
composer require expdev07/laravel-logsnag
```

You can publish the config file with:

```
php artisan vendor:publish --tag="logsnag-config"
```

This is the contents of the published config file:

```
