moritiza / laralog
Simple Log Viewer for Laravel!
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Language:HTML
pkg:composer/moritiza/laralog
This package is auto-updated.
Last update: 2025-11-08 10:28:05 UTC
README
Simple Log Viewer for Laravel
Developed with ❤️ for developers
Screenshot
Install
Install via composer
composer require moritiza/laralog
Add Service Provider
Add MoriTiza\LaraLog service provider to config/app.php in providers section
MoriTiza\LaraLog\LaraLogServiceProvider::class,
Dive into 😉
No need to add route, Just go to http://myapp/logs and enjoy it! 😍
