Download the PHP package expdev07/laravel-logsnag without Composer
On this page you can find all versions of the php package expdev07/laravel-logsnag. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download expdev07/laravel-logsnag
More information about expdev07/laravel-logsnag
Files in expdev07/laravel-logsnag
Package laravel-logsnag
Short Description Get a realtime feed of your Laravel project’s most important events using Logsnag
License MIT
Homepage https://github.com/expdev07/laravel-logsnag
Informations about the package laravel-logsnag
laravel-logsnag
Get a realtime feed of your Laravel project’s most important events using Logsnag. Supports push notifications straight to your phone.
Get notified:
- In the Logsnag dashboard.
- On your desktop/laptop (windows + macOS).
- On your phone (android + iOS).
Support me
I create Open Source software in my spare time. If you wish to support me, consider buying me a coffee :).
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: https://logsnag.com/.
Requirements
- PHP 8+
- Laravel 9
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Add the Logsnag channel to your logging config:
Usage
Using logger:
Using facade:
Using client:
Parameters
- project: The logsnag project name.
- channel: The channel to log in. Must be lowercase and hyphenated.
- event: The event name.
- description: The event description.
- icon: Associate the log with an icon (emoji).
- notify: Whether to send push notifications to devices.
See Logsnag Log route for more information.
Screenshots
A log about a new subscriber in the Logsnag dashboard.

A log about an app emergency in the Logsnag dashboard.

Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- ExpDev07
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-logsnag with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^10.0