承接 chaoswebdev/laravel-kit 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

chaoswebdev/laravel-kit

Composer 安装命令:

composer create-project chaoswebdev/laravel-kit

包简介

My skeleton application for the Laravel framework. Includes SCSS stylings (basic) and Livewire.

README 文档

README

Laravel Livewire SCSS License: MIT GitHub Stars Total Downloads

A minimal, modern Laravel v13.x starter kit built for rapid development with clean defaults, Livewire v4, and SCSS-based styling utilities.

Built for developers who prefer Laravel with minimal frontend overhead, organized SCSS structure, and Livewire-first workflows.

📦 Features / Requirements

  • ✅ PHP v8.4+
  • ✅ Laravel 13.x
  • ✅ Livewire v4.x
  • ✅ SCSS-ready via Vite (npm i -D sass)
  • ✅ SCSS utility package cwdscss included via npm
  • ✅ Livewire views organized under resources/views
  • ✅ User migration separated into its own clean file
  • ✅ Config migration for key/value application settings
  • ✅ Added APP_TIMEZONE back to .env and config/app.php
  • ✅ Defaults timezone to America/Denver
  • ✅ User model includes both email and username
  • ✅ Compatible with Laravel MongoDB drivers
  • ✅ Built-in semantic version sync tooling

🧰 Stack

  • Laravel 13
  • Livewire 4
  • Vite
  • SCSS
  • Alpine.js

🚀 Installation

php kit runs the interactive starter setup utility.

Create Project

composer create-project chaoswebdev/laravel-kit my-project-name

cd my-project-name

php kit

Clone Manually

git clone https://github.com/ChaosWebDev/cwd-laravel-kit.git your-project-name

cd your-project-name

rm -rf .git
# Windows PowerShell:
# ri .git -r -force

composer install

npm install && npm run dev

cp .env.example .env

php artisan key:generate

📁 Directory Highlights

  • resources/styles/

    • Intended for SCSS partials forwarded into app.scss
  • resources/views/layouts/app.blade.php

    • Default Livewire layout location
  • database/migrations/

    • User migration isolated into its own clean migration file

🔖 Git Version Workflow

You can commit, version tag, and push using:

php artisan sync -m "MESSAGE" -b __

The -b (bump) option accepts:

  • major / ma
  • minor / mi
  • patch / p

This provides lightweight semantic versioning and GitHub workflow automation directly from Artisan.

Examples

php artisan sync -m "Fixed navbar issue" -b p

php artisan sync -m "Added provider management" -b mi

php artisan sync -m "Refactored authentication system" -b ma

🎨 Styling

cwdscss is included by default and can be imported in several ways depending on your needs.

Import Everything

@use "cwdscss" as *;

Includes:

  • Utilities
  • Classes
  • Components
  • Themes

Outputs CSS.

Core Only (No CSS Output)

@use "cwdscss/core" as *;

Includes:

  • Variables
  • Mixins
  • Themes

Safe to use globally without outputting CSS.

Components

@use "cwdscss/components";

Includes UI components and layout styles.

Outputs CSS.

Utility Classes

@use "cwdscss/classes";

Includes utility helpers such as:

  • Spacing
  • Flex utilities
  • Typography helpers

Outputs CSS.

📎 Repository

GitHub: https://github.com/ChaosWebDev/cwd-laravel-kit

📚 Related Documentation

📄 License

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

chaoswebdev/laravel-kit 适用场景与选型建议

chaoswebdev/laravel-kit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 93 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 05 月 09 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「framework」 「laravel」 「chaoswd」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 chaoswebdev/laravel-kit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 chaoswebdev/laravel-kit 我们能提供哪些服务?
定制开发 / 二次开发

基于 chaoswebdev/laravel-kit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-09