定制 shipfastlabs/modern-vue-starter-kit 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

shipfastlabs/modern-vue-starter-kit

Composer 安装命令:

composer create-project shipfastlabs/modern-vue-starter-kit

包简介

Laravel starter kit with opinionated modern tooling setup.

README 文档

README

Build Status License GitHub Stars

This starter kit brings updates the base laravel starter kit with opinionated modern tooling setup.

What's Included:

  • Laravel Latest: Built with the latest Laravel version (requires PHP 8.4+)
  • Essential Packages: Pre-configured with Laravel Essentials and Laravel Boost
  • Code Quality: Integrated Pint, Rector, and PHPStan
  • Testing Ready: Pest testing framework included
  • IDE Support: Laravel IDE Helper for better development experience

🚀 Quick Start

Requires PHP 8.4+.

Using Laravel Installer (Recommended)

# Create a new project using Laravel installer
laravel new larasonic --using=shipfastlabs/modern-vue-starter-kit

composer run dev

Using Git Clone

# Clone the repository via github 
git clone git@github.com:shipfastlabs/modern-vue-starter-kit.git
cd modern-vue-starter-kit

# Install dependencies
composer install
npm install

# Set up environment
cp .env.example .env
php artisan key:generate

# Run migrations
php artisan migrate

# Start development server
composer run dev

📦 Included Packages

Production

  • nunomaduro/essentials - Essential Laravel packages

Development

  • larastan/larastan - PHP static analysis
  • rector/rector - Code refactoring and upgrades
  • barryvdh/laravel-ide-helper - IDE autocompletion
  • laravel/boost - Laravel-focused MCP server

🛠️ Development Tools

# Code formatting with Pint
./vendor/bin/pint

# Static analysis with PHPStan/Larastan
./vendor/bin/phpstan analyse --memory-limit=-1

# Code refactoring with Rector
./vendor/bin/rector

# Run tests
php artisan test

📝 License

This project is open-sourced software licensed under the MIT license.

Credits:

统计信息

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

GitHub 信息

  • Stars: 30
  • Watchers: 0
  • Forks: 242
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-11