Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ci-on/laravel-log-reader
UI Reader for laravel logs
https://github.com/ci-on/laravel-log-reader
Last synced: 2 months ago
JSON representation
UI Reader for laravel logs
- Host: GitHub
- URL: https://github.com/ci-on/laravel-log-reader
- Owner: ci-on
- License: mit
- Created: 2019-03-12T01:19:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-16T19:31:01.000Z (over 5 years ago)
- Last Synced: 2024-08-02T13:21:53.578Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 178 KB
- Stars: 7
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-morocco - Laravel Log Reader - on/laravel-log-reader.svg?style=social)](https://github.com/ci-on/laravel-log-reader/stargazers) - An UI for laravel logs. By [@simoebenhida](https://github.com/simoebenhida) (Uncategorized / Uncategorized)
README
# Add Readable Log File Output to a Laravel App
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Quality Score](https://img.shields.io/scrutinizer/g/ci-on/laravel-log-reader.svg?style=flat-square)](https://scrutinizer-ci.com/g/ci-on/laravel-log-reader)
[![StyleCI](https://styleci.io/repos/175110511/shield?branch=master)](https://styleci.io/repos/175110511)## Installation
You can install the package via composer:
```bash
composer require cion/laravel-log-reader
```The package will register itself automatically.
Optionally, you can publish the package configuration using:
```bash
php artisan vendor:publish --provider=Cion\\LaravelLogReader\\ServiceProvider
```This will publish a file called `log-reader.php` in your `config` folder to adjust a few config values.
## Usage
You just need to visit `/logreader` if you didn't change `prefix` in your config
## Testing
1. Copy `.env.example` to `.env` and fill in your database credentials.
2. Run `composer test`.### Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Mohamed Benhida](https://github.com/simoebenhida)
## License
The MIT License (MIT). Please see the [License File](LICENSE.md) for more information.