PHPackages                             filipefernandes/laravel-ward-ui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. filipefernandes/laravel-ward-ui

ActiveLibrary

filipefernandes/laravel-ward-ui
===============================

A beautiful built-in dashboard for the Laravel Ward security scanner.

0.0.1(2mo ago)013MITBladePHP ^8.2

Since Mar 4Pushed 2mo agoCompare

[ Source](https://github.com/filipefernandes9747/ward-ui)[ Packagist](https://packagist.org/packages/filipefernandes/laravel-ward-ui)[ RSS](/packages/filipefernandes-laravel-ward-ui/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Introduction
------------

[](#introduction)

Laravel Ward UI provides a seamless, stunning interface for reviewing the security vulnerabilities detected by the standalone `ward` CLI scanner. It integrates directly into your Laravel application, allowing you to browse, search, and filter findings with an interactive dashboard similar to Horizon or Telescope.

Installation
------------

[](#installation)

> **Note:** This package requires Laravel 10.x, 11.x, or 12.x and PHP 8.2+.

1. Install the package via Composer:

```
composer require filipefernandes/laravel-ward-ui
```

2. Publish the configuration file and assets:

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

Configuration
-------------

[](#configuration)

After publishing its assets, the primary configuration file will be located at `config/ward.php`. This file allows you to define the route path, domain, dashboard middleware, and the absolute path to where your `ward-report.json` file is normally generated.

By default, the dashboard is accessible at the `/ward` route.

Usage
-----

[](#usage)

1. Run the official Go-based `ward` scanner in your project root to generate the JSON report:

```
ward scan --format json --output ward-report.json
```

2. Open your browser and navigate to `/ward` on your local Laravel development server:

```
http://localhost:8000/ward

```

You will see a beautiful dashboard visualizing your total findings, severity metrics, and detailed remediation steps for each vulnerability found!

Dashboard Authorization
-----------------------

[](#dashboard-authorization)

The Ward UI exposes a dashboard at `/ward`. By default, you will only be able to access this dashboard if your application environment is set to `local`. However, you can configure custom access rules via Laravel Gates.

Within your `App\Providers\AppServiceProvider` or `App\Providers\AuthServiceProvider`, you may define a `viewWard` Gate. This authorization gate controls access to the Ward UI in non-local environments. You are free to modify this gate as needed to restrict access to your dashboard:

```
use Illuminate\Support\Facades\Gate;

/**
 * Bootstrap any application services.
 *
 * @return void
 */
public function boot()
{
    Gate::define('viewWard', function ($user = null) {
        return in_array($user?->email, [
            'admin@example.com',
        ]);
    });
}
```

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover a security vulnerability within Laravel Ward UI, please open an issue on the repository or submit a pull request.

License
-------

[](#license)

Laravel Ward UI is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance86

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

70d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/44c4a0ab684a6ff2f571c5b6b1db79320570f053120dadb2793c9b8ee41529a3?d=identicon)[filipe9747](/maintainers/filipe9747)

---

Top Contributors

[![filipefernandes9747](https://avatars.githubusercontent.com/u/22693486?v=4)](https://github.com/filipefernandes9747 "filipefernandes9747 (1 commits)")

### Embed Badge

![Health badge](/badges/filipefernandes-laravel-ward-ui/health.svg)

```
[![Health](https://phpackages.com/badges/filipefernandes-laravel-ward-ui/health.svg)](https://phpackages.com/packages/filipefernandes-laravel-ward-ui)
```

###  Alternatives

[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k25.9M107](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8425.3M87](/packages/laravel-doctrine-orm)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[laravel/folio

Page based routing for Laravel.

608453.9k27](/packages/laravel-folio)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
