承接 kabbouchi/laravel-ward 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kabbouchi/laravel-ward

最新稳定版本:v0.6.0

Composer 安装命令:

composer require kabbouchi/laravel-ward

包简介

README 文档

README

Manage Your Laravel Log From A Web Dashboard

Install

composer require kabbouchi/laravel-ward

php artisan vendor:publish --tag=ward-config

php artisan vendor:publish --tag=ward-assets --force

Add WardServiceProvider to the providers array of your Laravel v5.4 application's config/app.php

KABBOUCHI\Ward\Providers\WardServiceProvider::class,

Web Dashboard Laravel Ward's dashboard is inspired by Laravel Horizon. Just like Horizon you can configure authentication to Ward's dashboard. Add the following to the boot method of your AppServiceProvider or wherever you might seem fit.

use KABBOUCCHI\Ward\Ward;

Ward::auth(function($request) {
    // return true / false . For e.g.
    return Auth::check();
});

By default Ward's dashboard only works in local environment. To view the dashboard point your browser to /ward of your app or change the uri in config/ward.php. For e.g. http://laravel.test/ward

统计信息

  • 总下载量: 359.89k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 25
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 25
  • Watchers: 1
  • Forks: 6
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-02-21