moritiza / laralog
Simple Log Viewer for Laravel!
dev-master
2019-11-07 19:42 UTC
This package is auto-updated.
Last update: 2025-03-08 09:05:22 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! 😍