Skip to content

dsolodev/wirekit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WireKit

Build Status Total Downloads Latest Stable Version License

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

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

Packages Used

📝 License

WireKit is open-sourced software licensed under the MIT license.

About

WireKit is an opinionated starter kit for Laravel with Filament as the admin panel.

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages