davinbao/laravel-log-viewer
Composer 安装命令:
composer require davinbao/laravel-log-viewer
包简介
logViewer for laravel5
README 文档
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
统计信息
- 总下载量: 65
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-02-21