Skip to content

saifurrahman1193/saifur-logviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saifur-LogViewer

A dynamic log viewer

Total Downloads Latest Stable Version License

Contents

Documentation, Installation, and Usage Instructions

This package allows you to manage your logs.

Once installed you can do stuff like this:

Laravel Commands

composer require saifur/logviewer
composer dump-autoload
php artisan vendor:publish --tag=public --force

DB Change

ALTER TABLE  `users` ADD COLUMN `logviewer` TINYINT(4) NULL DEFAULT 0 ;

Note: update in table users set column logviewer=1

Contributor

  • Md. Saifur Rahman
Portfolio CV LinkedIn GitHub Stack Overflow
Hackerrank Beecrowd LeetCode YouTube

Alternatives

License

The MIT License (MIT). Please see License File for more information.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published