All Projects → beyondcode → Dusk Dashboard

beyondcode / Dusk Dashboard

Licence: mit
A beautiful dashboard for your Laravel Dusk tests

Projects that are alternatives of or similar to Dusk Dashboard

Laravel Moderation
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
Stars: ✭ 487 (-3.94%)
Mutual labels:  laravel
Column Sortable
Package for handling column sorting in Laravel 5/6/7/8
Stars: ✭ 496 (-2.17%)
Mutual labels:  laravel
Laravel Cascade Soft Deletes
Cascading deletes for Eloquent models that implement soft deletes
Stars: ✭ 498 (-1.78%)
Mutual labels:  laravel
Laravel Orion
The simplest way to create REST API with Laravel
Stars: ✭ 481 (-5.13%)
Mutual labels:  laravel
Plastic
Plastic is an Elasticsearch ODM and mapper for Laravel. It renders the developer experience more enjoyable while using Elasticsearch, by providing a fluent syntax for mapping, querying, and storing eloquent models.
Stars: ✭ 494 (-2.56%)
Mutual labels:  laravel
Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (-1.78%)
Mutual labels:  laravel
Smartwiki
因个人精力有限,不在维护此项目,推荐用MinDoc代替
Stars: ✭ 486 (-4.14%)
Mutual labels:  laravel
Laravel Html
Painless html generation
Stars: ✭ 504 (-0.59%)
Mutual labels:  laravel
Code6
码小六 - GitHub 代码泄露监控系统
Stars: ✭ 494 (-2.56%)
Mutual labels:  laravel
Docker2saas
An open source tool that lets you create a SaaS website from docker images in 10 minutes.
Stars: ✭ 498 (-1.78%)
Mutual labels:  laravel
Laravel Decomposer
⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
Stars: ✭ 488 (-3.75%)
Mutual labels:  laravel
Laravel Scout Mysql Driver
Laravel Scout MySQL Driver
Stars: ✭ 491 (-3.16%)
Mutual labels:  laravel
Squire
A library of static Eloquent models for common fixture data.
Stars: ✭ 496 (-2.17%)
Mutual labels:  laravel
Laravel Pjax
A pjax middleware for Laravel
Stars: ✭ 487 (-3.94%)
Mutual labels:  laravel
Role Acl
Role based access control using actions, attributes and sync and async conditions
Stars: ✭ 502 (-0.99%)
Mutual labels:  tests
Ambientum
Docker native solution for running Laravel projects. From Development to Production
Stars: ✭ 487 (-3.94%)
Mutual labels:  laravel
Version
Laravel App versioning
Stars: ✭ 498 (-1.78%)
Mutual labels:  laravel
Docksal
Unified, Docker 🐳 powered web development environment for macOS, Windows, and Linux
Stars: ✭ 505 (-0.39%)
Mutual labels:  laravel
Laravel Mix
The power of webpack, distilled for the rest of us.
Stars: ✭ 4,910 (+868.44%)
Mutual labels:  laravel
Restful Api Specification
RESTful API 设计规范
Stars: ✭ 498 (-1.78%)
Mutual labels:  laravel

Laravel Dusk Dashboard

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 [email protected] instead of using the issue tracker.

Credits

License

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].