davinbao / laravel-log-viewer
logViewer for laravel5
v1.0.1
2019-02-21 06:52 UTC
Requires
- php: >=5.5.9
- illuminate/support: 5.*
This package is auto-updated.
Last update: 2024-10-21 20:16:03 UTC
README
This project uses the Laravel 5.1 framework. Actually this is starter Laravel 5.1 project. It has add git repository, switch branch, checkout / delete branch .etc
- Bootstrap 3 - can be found in
Resources/
- jQuery 1.10.1 - can be found in
public/js/jquery.js
Installation
- add code in composer.json
composer require davin-bao/laravel-log-viewer
composer install
- Add this to your service provider in app.php:
DavinBao\LaravelLogViewer\ServiceProvider::class,
- Copy the package config to your local config with the publish command:
php artisan vendor:publish --provider="DavinBao\LaravelLogViewer\ServiceProvider"
- SET umask 022 to umask 000 in /etc/profile
Configuration
config file is in app/config/laravellogviewer.php
- default, you can visit the url
http://your_domain/_log/log