定制 chaoswebdev/laravel-kit 二次开发

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

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

chaoswebdev/laravel-kit

最新稳定版本:v2.2.1

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.

统计信息

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

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固