dsolodev / wirekit
A very opinionated starter kit for Laravel with Filament as the admin panel.
Package info
Language:Blade
Type:project
pkg:composer/dsolodev/wirekit
1.0.0
2026-07-09 18:59 UTC
Requires
- php: ^8.5
- filament/filament: ^5.6.8
- laravel/framework: ^13.19.0
- laravel/tinker: ^3.0.2
Requires (Dev)
- driftingly/rector-laravel: ^2.5
- fakerphp/faker: ^1.24.1
- larastan/larastan: ^3.10.0
- laravel/boost: ^2.4.12
- laravel/pail: ^1.2.7
- laravel/pint: ^1.29.3
- mockery/mockery: ^1.6.12
- nunomaduro/collision: ^8.9.4
- pestphp/pest: ^4.7.5
- pestphp/pest-plugin-laravel: ^4.1
- pestphp/pest-plugin-livewire: ^4.1
- pestphp/pest-plugin-type-coverage: ^4.0.4
- rector/rector: ^2.5.5
README
WireKit is an opinionated starter kit for Laravel with Filament as the admin panel.
✨ 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
Quick Start with Laravel Installer
You can use the Laravel Installer to install this starter kit.
laravel new my-app --using=dsolodev/velkit
cd my-app
Alternative: Using Composer
composer create-project dsolodev/velkit --prefer-dist example-app
cd my-app
🛠️ Pre-configured Development Tools
- Pint - Code style fixer (PSR-12 + Laravel)
- Rector - Automated refactoring
- Pest - Testing framework
- Prettier - JS/CSS formatter
- Larastan - PHPStan for Laravel
- Laravel Boost - Laravel AI Agent Starter Kit
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
Official Documentation
- Laravel Documentation
- Filament Documentation
- PHPStan Documentation
- Rector Documentation
- Pest Documentation
Packages Used
- laravel/framework - The Laravel Framework
- filament/filament - Admin panel
- opcodesio/log-viewer - Log viewer
- larastan/larastan - PHPStan for Laravel
- pestphp/pest - Testing framework
- driftingly/rector-laravel - Automated refactoring for Laravel
- laravel/boost - Dependency management (dev)
📝 License
WireKit is open-sourced software licensed under the MIT license.