Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moritiza/laralog
Simple Log Viewer for Laravel
https://github.com/moritiza/laralog
composer composer-package laravel laravel-framework laravel-package laravel6 package packagist php7 php73
Last synced: about 2 months ago
JSON representation
Simple Log Viewer for Laravel
- Host: GitHub
- URL: https://github.com/moritiza/laralog
- Owner: moritiza
- License: mit
- Created: 2019-11-06T16:51:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T19:46:44.000Z (about 5 years ago)
- Last Synced: 2024-10-12T11:05:47.365Z (3 months ago)
- Topics: composer, composer-package, laravel, laravel-framework, laravel-package, laravel6, package, packagist, php7, php73
- Language: HTML
- Size: 172 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# laralog
### Simple Log Viewer for Laravel
Developed with :heart: for developers[![Packagist](https://img.shields.io/packagist/v/moritiza/laralog.svg)](https://packagist.org/packages/moritiza/laralog)
[![Packagist](https://img.shields.io/packagist/l/moritiza/laralog.svg)](https://packagist.org/packages/moritiza/laralog)
[![Packagist](https://img.shields.io/packagist/dm/moritiza/laralog.svg)](https://packagist.org/packages/moritiza/laralog)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/eab4d8855fb14806ba9ce412ce5ceedc)](https://www.codacy.com/manual/mortezanasiri/laralog?utm_source=github.com&utm_medium=referral&utm_content=mortezanasiri/laralog&utm_campaign=Badge_Grade)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mortezanasiri/laralog/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mortezanasiri/laralog/?branch=master)
[![Build Status](https://scrutinizer-ci.com/g/mortezanasiri/laralog/badges/build.png?b=master)](https://scrutinizer-ci.com/g/mortezanasiri/laralog/build-status/master)
[![Author](https://img.shields.io/badge/[email protected])](https://mortezanasiri.github.io)## Screenshot
![MoriTiza/LaraLog](https://github.com/mortezanasiri/laralog/blob/master/MoriTiza-LaraLog.png?raw=true)## Install
Install via composer
```shell
composer require moritiza/laralog
```
## Add Service Provider
Add ```MoriTiza\LaraLog``` service provider to `config/app.php` in `providers` section
```php
MoriTiza\LaraLog\LaraLogServiceProvider::class,
```
## Dive into :wink:
No need to add route, Just go to `http://myapp/logs` and enjoy it! :heart_eyes: