Download the PHP package hsnbd/auditlog without Composer
On this page you can find all versions of the php package hsnbd/auditlog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hsnbd/auditlog
More information about hsnbd/auditlog
Files in hsnbd/auditlog
Package auditlog
Short Description Elasticsearch auditlog for laravel application.
License MIT
Informations about the package auditlog
Welcome to ELK AuditLog
An easy way to use the official Elastic Search client for auditlog in your Laravel applications.
- Installation
- Usage
- Available Commands
- Laravel Model Log
- Contributions and Support
- Author
- License
Installation
Install the current version of the hsnbd/auditlog
package via composer:
After install, Laravel will automatically register The package's service provider.
Publish the configuration file:
Usage
hsnbd/auditlog
use laravel default queue.
The AuditLog
facade is used for logging. In order to use that.
This command must run always.
Please see Available Commands section before start.
Available Commands
Some useful console commands.
For Bootstrap basic setup for ELK stack
Test auditlog if it is working or not.
Laravel Model Log
If you want to track every step of laravel model, you can set it using.
So you don't have to do anything after that.
Contributions and Support
Thanks to everyone who has contributed to this project!
Please see CONTRIBUTING.md to contribute.
If you found any bugs, Please report it using Github
Author
Baker Hasan :email: Email Me
License
This project is licensed under the MIT License - see the License File.
All versions of auditlog with dependencies
php Version >=7.4
laravel/framework Version >=5.7 <=8.16
monolog/monolog Version 2.x-dev