abelousovva/laravel-log

There is no license information available for the latest version (dev-main) of this package.

Laravel log package

dev-main 2022-12-22 14:56 UTC

This package is auto-updated.

Last update: 2024-04-22 17:39:29 UTC


README

How to install

  • composer require abelousovva/laravel-log
  • php artisan laravel-log:publish
    • this command publishes migration and config file
  • php artisan migrate
    • create logs table
  • change config/laravel_log.php if it's necessary or use default values