Skip to content

aifst/laravel-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. You can install the package via composer:
composer require "aifst/laravel-logger:^1.0.0"
  1. Optional: The service provider will automatically get registered. Or you may manually add the service provider in your config/app.php file:
'providers' => [
    // ...
    Aifst\Logger\LoggerServiceProvider::class,
];
  1. You should publish the migration and the config/logger.php config file with:
php artisan vendor:publish --provider="Aifst\Logger\LoggerServiceProvider"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages