cinnoc/laravel-vuetify-starter-kit 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

cinnoc/laravel-vuetify-starter-kit

最新稳定版本:v1.0.0

Composer 安装命令:

composer create-project cinnoc/laravel-vuetify-starter-kit

包简介

The skeleton application for the Laravel & Vuetify.

README 文档

README

A feature‑rich starter kit that combines the power of Laravel with the elegance of Vuetify (Vue 3). It provides a solid foundation for building modern, responsive, and beautifully designed web applications with a seamless developer experience. This is a community‑maintained Laravel starter kit; see the official Laravel starter kit documentation for more details.

Features

  • Laravel 12
  • Vuetify 3
  • Vue 3
  • Ready‑to‑use dark mode and responsive layout.

Prerequisites

Make sure you have the following installed on your machine:

  • PHP >= 8.2
  • Composer
  • Node.js >= 20 (with npm or Yarn)
  • Laravel Installer (optional, but handy)

Installation

Option 1: Using Laravel Installer (Recommended)

laravel new my-app --using=cinnoc/laravel-vuetify-starter-kit
cd my-app
php artisan serve

The application will be available at http://127.0.0.1:8000.

Option 2: Clone the Repository

# Clone the repository
git clone https://github.com/chibyk101/laravel-vuetify-starter-kit.git
cd laravel-vuetify-starter-kit

# Install PHP dependencies
composer install

# Install Node dependencies
npm install   # or `yarn`

# Copy environment file and generate app key
cp .env.example .env
php artisan key:generate

# Run migrations (optional – set up your DB first)
php artisan migrate

# Build assets and start the dev server
npm run dev   # Vite dev server
php artisan serve   # Laravel dev server (http://127.0.0.1:8000)

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

Usage

  • Authentication – Register, login, password reset, and two‑factor authentication are already wired up.
  • Vuetify components – All components are auto‑imported; use kebab‑case tags directly in your .vue files.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a feature branch (git checkout -b feature/awesome-feature).
  3. Ensure code passes linting (npm run lint).
  4. Submit a Pull Request with a clear description of changes.

License

This project is open‑source and available under the MIT License.

Screenshots

Register Page

Register Page

Login

Login

Dark Mode Dashboard

Dark Mode Dashboard

Settings Page

Settings Page

Light Mode Dashboard

Light Mode Dashboard

Authentication Code

Authentication Code

Acknowledgements

Happy coding!

统计信息

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

GitHub 信息

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

其他信息

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