1.0.0 #3
halilcosdu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v1.0.0
This is the first major release of the Laravel LogWeaver package. This package provides a simple and flexible way to log events in your Laravel application, with support for multiple storage disks.
Features
Usage Examples
Logging a user login event:
Logging a system error:
Logging a critical event:
Logging a warning:
Logging an event with custom disk and directory:
Installation
You can install the package via composer:
You can publish the config file with:
php artisan vendor:publish --tag="logweaver-config"
Testing
You can run the tests with:
composer test
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
License
The MIT License (MIT). Please see License File for more information.
This discussion was created from the release 1.0.0.
Beta Was this translation helpful? Give feedback.
All reactions