定制 cjmellor/starter-kit 二次开发

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

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

cjmellor/starter-kit

Composer 安装命令:

composer create-project cjmellor/starter-kit

包简介

An opinionated starter kit based off the official Laravel starter kit for Livewire.

README 文档

README

ChatGPT Image Apr 5, 2025 at 04_53_38 PM

Laravel (Opionionated) Starter Kit

A modern Laravel starter kit with opinionated defaults and essential tooling for rapid application development.

This starter kit is based off the Livewire with Volt starter kit.

Getting Started

Install via the Laravel installer

laravel new <app-name> --using=cjmellor/starter-kit

Differences

Development Tools & Configuration

  • Added Rector with Laravel extension for automated PHP refactoring
  • Configured Prettier for consistent code formatting
  • Added Pint configuration for Laravel-specific PHP code styling
  • Updated PHP version requirement to ^8.4
  • Implemented GitHub Actions workflows for linting and testing

Laravel Customizations

  • Enhanced AppServiceProvider with opinionated Laravel defaults:
    • Configured query logging for local development
    • Set up model strictness and prevention of lazy loading
    • Added performance optimization settings

Features

Authorization

During the installation process, you'll be prompted to include Authorization. When selected, this option automatically sets up a comprehensive authentication structure including:

  • Role and Permission models with migrations
  • Basic role assignments (Owner, Member)

统计信息

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

GitHub 信息

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

其他信息

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