laravel日志查看工具rap2hpoute / laravel -log-viewer是一个很棒的web日志管理工具。 安装: composer require rap2hpoutre/laravel-log-viewer 我们只需要在路由文件中添加一条路由规则即可: Route::get('logs', '\Rap2hpoutre\LaravelLogViewer\LogViewerController@index'); 然后我们打开浏览器,输入浏览的地址:...
环境laravel 5.5 php 7.1 yarn, npm ... 安装 github: https://github.com/ARCANEDEV/LogViewer.git 官方文档: https://github.com/ARCANEDEV/LogViewer/blob/master/_docs/1.Installation-and-Setup.md 安装: co...
laravel5.5及之前:'log'=>env('APP_LOG','single'),'log_level'=>env('APP_LOG_LEVEL','debug'), 修改语言 将语言修改为中文,在config/log-viewer.php中的locale='auto'修改为locale='zh' 修改路由和中间件 'route'=>['enabled'=>true,'attributes'=>[//'prefix'=>'log-viewer',//修改路由前缀'...
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class, Add a route in your web routes file: Route::get('logs', [\Rap2hpoutre\LaravelLogViewer\LogViewerController::class,'index']); Go tohttp://myapp/logsor some other route ...
Install package: composer require bert-w/laravel-log-viewer (This happens automatically, except if you bypass package discovery) Add the service provider to your config/app.php: 'providers' => [ // ... BertW\LaravelLogViewer\LogViewerServiceProvider::class, ] The service provider sets up ...
laravel-log-reader:一个简单而美丽的laravel日志阅读器伤残**残雪 上传278KB 文件格式 zip laravel log-viewer laravel-package laravel-log-reader:一个简单而美丽的laravel日志阅读器 点赞(0) 踩踩(0) 反馈 所需:1 积分 电信网络下载 简历模板求职面试应聘考研复试校招社招Resume下载Word格式 (83).docx 2024...
006. 日志查看工具—— rap2hpoutre/laravel-log-viewer 007. Eloquent 条件查询——tucker-eric/eloquentfilter 008. 利用 Clockwork 在 Google Chrome 下调试你的 Laravel APP ——itsgoingd/clockwork 009. 逆向 Seed 生成器——orangehill/iseed 010. 数据查询缓存——...
All of the API drivers require the Guzzle HTTP library, which may be installed via the Composer package manager:composer require guzzlehttp/guzzleCopyMailgun DriverTo use the Mailgun driver, first install Guzzle, then set the driver option in your config/mail.php configuration file to mailgun....
本质上,发生的事情是你有其他的软件包,它们有一些依赖项,阻止了特定版本的安装。不幸的是,没有真实...
Laravel 5 Log Viewer– 在浏览器中查看Laravel日志 LogViewer– Laravel 5 日志查看器 LERN– Laravel 5扩展包,用于将异常写入数据库并发送通知 Mail Preview– 在web浏览器或邮件客户端中预览发送的邮件 Laravel Query Tracer– 查看数据库查询在Laravel应用什么地方调用 ...