PHPackages                             dsolodev/wirekit - 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. [Admin Panels](/categories/admin)
4. /
5. dsolodev/wirekit

ActiveProject[Admin Panels](/categories/admin)

dsolodev/wirekit
================

A very opinionated starter kit for Laravel with Filament as the admin panel.

02↓90%BladeCI failing

Since May 24Pushed 1mo agoCompare

[ Source](https://github.com/dsolodev/wirekit)[ Packagist](https://packagist.org/packages/dsolodev/wirekit)[ RSS](/packages/dsolodev-wirekit/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (2)DependenciesVersions (1)Used By (0)

WireKit
=======

[](#wirekit)

 [![Build Status](https://github.com/dsolodev/wirekit/actions/workflows/tests.yml/badge.svg)](https://github.com/dsolodev/wirekit/actions) [![Total Downloads](https://camo.githubusercontent.com/03a6639129dc7b430c6188f22b5c22085436b31e08e6146f6dbd2e3eeb5c3eab/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f64736f6c6f6465762f776972656b6974)](https://packagist.org/packages/dsolodev/wirekit) [![Latest Stable Version](https://camo.githubusercontent.com/1106a88ec146e4efa280e5f6484d1995a6e6f95cad5707e9ea015209ccd1fcda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f64736f6c6f6465762f776972656b6974)](https://packagist.org/packages/dsolodev/wirekit) [![License](https://camo.githubusercontent.com/2bfd04886423f3753cae7e0d8caf845531a061c0dbc58b0983de1f2cee1b4b9f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f64736f6c6f6465762f776972656b6974)](https://packagist.org/packages/dsolodev/wirekit)

**WireKit** is an opinionated starter kit for [Laravel](https://laravel.com) with [Filament](https://filamentphp.com/)as the admin panel.

✨ Features
----------

[](#-features)

- ✅ **Filament 5** admin panel pre-configured
- ✅ **Rector**, **Pint**, **Prettier** for automated code quality
- ✅ **PHPStan Level Max** (maximum strictness)
- ✅ **100% Type Coverage** with Pest

🚀 Installation
--------------

[](#-installation)

### Quick Start with Laravel Installer

[](#quick-start-with-laravel-installer)

You can use the [Laravel Installer](https://laravel.com/docs#installing-php) to install this starter kit.

```
laravel new my-app --using=dsolodev/velkit
cd my-app
```

### Alternative: Using Composer

[](#alternative-using-composer)

```
composer create-project dsolodev/velkit --prefer-dist example-app
cd my-app
```

🛠️ Pre-configured Development Tools
-----------------------------------

[](#️-pre-configured-development-tools)

- **[Pint](https://laravel.com/docs/pint)** - Code style fixer (PSR-12 + Laravel)
- **[Rector](https://getrector.com/)** - Automated refactoring
- **[Pest](https://pestphp.com/)** - Testing framework
- **[Prettier](https://prettier.io/)** - JS/CSS formatter
- **[Larastan](https://github.com/larastan/larastan)** - PHPStan for Laravel
- **[Laravel Boost](https://laravel.com/docs/boost)** - Laravel AI Agent Starter Kit

### Available Commands

[](#available-commands)

```
# Development
composer dev                    # Start development server with hot reloading, queue worker, and log monitoring

# Code quality
composer lint                   # Auto-fix code style issues and refactoring with Pint, Rector, Prettier
composer test:lint              # Check code style issue and refactoring (dry-run) for CI/CD pipeline

# Testing
composer test:type-coverage     # Check type coverage using Pest
composer test:types             # Run PHPStan analysis at max level
composer test                   # Run full test suite

# Maintenance
composer update:requirements    # Update all PHP and NPM dependencies to the latest versions
```

📖 Resources
-----------

[](#-resources)

### Official Documentation

[](#official-documentation)

- [Laravel Documentation](https://laravel.com/docs)
- [Filament Documentation](https://filamentphp.com/docs)
- [PHPStan Documentation](https://phpstan.org/user-guide/getting-started)
- [Rector Documentation](https://getrector.com/documentation)
- [Pest Documentation](https://pestphp.com/docs)

### Packages Used

[](#packages-used)

- **[laravel/framework](https://github.com/laravel/framework)** - The Laravel Framework
- **[filament/filament](https://github.com/filamentphp/filament)** - Admin panel
- **[opcodesio/log-viewer](https://github.com/opcodesio/log-viewer)** - Log viewer
- **[larastan/larastan](https://github.com/larastan/larastan)** - PHPStan for Laravel
- **[pestphp/pest](https://github.com/pestphp/pest)** - Testing framework
- **[driftingly/rector-laravel](https://github.com/driftingly/rector-laravel)** - Automated refactoring for Laravel
- **[laravel/boost](https://laravel.com/docs/boost)** - Dependency management (dev)

📝 License
---------

[](#-license)

WireKit is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance61

Regular maintenance activity

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/43586834?v=4)[JC](/maintainers/dsolodev)[@dsolodev](https://github.com/dsolodev)

---

Top Contributors

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

---

Tags

filamentphplaravelstarter-kit

### Embed Badge

![Health badge](/badges/dsolodev-wirekit/health.svg)

```
[![Health](https://phpackages.com/badges/dsolodev-wirekit/health.svg)](https://phpackages.com/packages/dsolodev-wirekit)
```

PHPackages © 2026

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