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
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
cwdscssincluded 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_TIMEZONEback to.envandconfig/app.php - ✅ Defaults timezone to
America/Denver - ✅ User model includes both
emailandusername - ✅ 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
- Intended for SCSS partials forwarded into
-
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/maminor/mipatch/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
-
NativePHP
https://nativephp.com/docs/desktop/2/getting-started/introduction -
Laravel MongoDB
https://github.com/mongodb/laravel-mongodb
📄 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 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 chaoswebdev/laravel-kit 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Alfabank REST API integration
A lightweight Laravel package that adds an Artisan command for generating MongoDB Eloquent models using the official mongodb/laravel driver.
High-performance, opinionated PHP 8 web framework with O(1) routing, parallel async MySQL, type-safe asset bridge, and React-island frontend
Laravel package for Accurate Online API integration.
The skeleton application for the Geoffrey agent framework.
统计信息
- 总下载量: 93
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 28
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-09