beyondcode/dusk-dashboard 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

beyondcode/dusk-dashboard

最新稳定版本:2.0.0

Composer 安装命令:

composer require beyondcode/dusk-dashboard

包简介

A beautiful dashboard for your Laravel Dusk tests

README 文档

README

A beautiful dashboard for your Dusk test suites.

Latest Version on Packagist Quality Score Total Downloads

Installation

You can install the package via composer:

composer require beyondcode/dusk-dashboard --dev

Next up, you need to go to your DuskTestCase.php that was installed by Laravel Dusk. You can find this file in your tests directory:

Find and replace this line:

use Laravel\Dusk\TestCase as BaseTestCase;

with:

use BeyondCode\DuskDashboard\Testing\TestCase as BaseTestCase;

Usage

php artisan dusk:dashboard

Check out the documentation here.

Handling Asset Paths

Assets may not load or display properly when using relative paths due to port specification. Using Larvel's Path Helpers such as the url() and asset() helpers (Ex: {{ url('path/to/asset.css') }}) will help overcome these pathing issues.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 107.74k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 559
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 558
  • Watchers: 15
  • Forks: 64
  • 开发语言: PHP

其他信息

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