Skip to content

kalprajsolutions/customlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Custom Logs

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!");