dollandrobot/laravel-starter-kit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dollandrobot/laravel-starter-kit

最新稳定版本:v1.0.2

Composer 安装命令:

composer create-project dollandrobot/laravel-starter-kit

包简介

Another Laravel starter kit for Livewire from Doll & Robot Labs

README 文档

README

GitHub Actions Workflow Status Packagist Downloads Packagist Version Packagist License

Laravel Starter Kit is an ultra-strict, type-safe Laravel skeleton. It is based of the Laravel 12 Livewire/Volt Starter Kit and also includes additional checks with Rector and PHPStan. Most of the settings are based off Nunamaduro's starter kit.

Getting Started

Requires PHP 8.4+.

Create your type-safe Laravel application using Composer:

composer create-project dollandrobot/laravel-starter-kit --prefer-dist your-project-name

Initial Setup

Navigate to your project and complete the setup:

cd your-project-name

# Setup project
composer setup

# Start the development server
composer dev

Verify Installation

Run the test suite to ensure everything is configured correctly:

composer test

You should see 100% test coverage and all quality checks passing.

Available Tooling

Development

  • composer dev - Starts Laravel server, queue worker, log monitoring, and Vite dev server concurrently

Code Quality

  • composer lint - Runs Rector (refactoring), Pint (PHP formatting), and Prettier (JS/TS formatting)
  • composer test:lint - Dry-run mode for CI/CD pipelines

Testing

  • composer test:type-coverage - Ensures 100% type coverage with Pest
  • composer test:types - Runs PHPStan at level 9 (maximum strictness)
  • composer test:unit - Runs Pest tests with 100% code coverage requirement
  • composer test - Runs the complete test suite (type coverage, unit tests, linting, static analysis)

Maintenance

  • composer update:requirements - Updates all PHP and NPM dependencies to latest versions

License

Laravel Starter Kit was created by Andy Barilla under the MIT license.

Additional Requirements

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-20