承接 rizort/laravel-starter-kits 相关项目开发

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

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

rizort/laravel-starter-kits

Composer 安装命令:

composer require rizort/laravel-starter-kits

包简介

🚀 Laravel 12 templates including Vue.js 3, PrimeVue 4 and related libs.

README 文档

README

Laravel 12 + Tailwind CSS 4 + Vue.js 3 + PrimeVue 4

               

Starter kits for quick project creation. For easy tracking of changes and updates, each starter kit is located in a separate branch. They also contain some demo content which can be easily removed.

💎 Features

  • Fork from the original repository. You can easily see all the applied changes.
  • Minimal number of dependencies.

🔧 Installation

Select one of available starter kits, which located in separate branches.

# Laravel 12 + Vue.js 3 template
composer create-project rizort/laravel-starter-kits project dev-vue3

# Laravel 12 + Vue.js 3 + PrimeVue 4 template
composer create-project rizort/laravel-starter-kits project dev-vue3-primevue4

# Install dependencies
composer setup

🚀 Runing

The project will be available at http://localhost:8000.

composer dev

📁 Demo content

You can remove all demo content.

rm -rf resources/js/components/demo

🔎 Sync with Laravel repository

If you want to update the framework version used in the template, you can run these commands.

git remote add upstream https://github.com/laravel/laravel.git
git fetch upstream
git rebase upstream/12.x

🗺 Roadmap

统计信息

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

GitHub 信息

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

其他信息

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