Download the PHP package ka4ivan/laravel-logger without Composer
On this page you can find all versions of the php package ka4ivan/laravel-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ka4ivan/laravel-logger
More information about ka4ivan/laravel-logger
Files in ka4ivan/laravel-logger
Package laravel-logger
Short Description A Laravel package for advanced logging, providing structured logs, contextual information, and customizable log channels.
License MIT
Informations about the package laravel-logger
A Laravel package for advanced logging, providing structured logs and tracking model changes
Laravel Logger 📦
A Laravel package for advanced logging, providing structured logs and tracking model changes
📖 Table of Contents
- Installation
- Usage
- Logging
- Logging Methods
- Tracking Model Changes
- Preparing Your Model
- Helpers
- json_pretty
- License
Installation
1️⃣ Require this package using Composer:
2️⃣ Publish the package resources:
This command publishes:
- Configuration file
- Views
3️⃣ Add a route to your web.php
file:
🔧 Default Configuration
Here’s the default config
file for reference:
Usage
Logging
You can log anything using the package’s facade.
Or without a message:
Logging Methods
All Laravel logging methods are available:
emergency
alert
critical
error
warning
notice
info
debug
log
Tracking Model Changes
Preparing Your Model
Use the HasTracking
trait to automatically track model changes (create, update, delete).
It has the following structure:
Helpers
json_pretty
Formats a JSON string for better readability.
License
This package is licensed under the MIT License. You can freely use, modify, and distribute this package as long as you include a copy of the license.