kalprajsolutions/customlog

Create Custom log file name in laravel logs

1.0.0 2021-04-12 10:15 UTC

This package is auto-updated.

Last update: 2024-04-29 10:47:57 UTC


README

A laravel package for logging logs in custom folders.

Laravel custom logs is specially build to log user actions in text logs. Its on you how to logs and which activitites to log.

Latest Stable Version License Total Downloads

Requirements

Laravel 5.1 or Later PHP 7.1 or Later

Installation

composer require kalprajsolutions/customlog

Quick Usage

use Kalprajsolutions\CustomLog\Log;

Log::info( auth()->user()->id , "Action taken!");