dragonofmercy/laravel-vue-starter-kit 问题修复 & 功能扩展

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

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

dragonofmercy/laravel-vue-starter-kit

Composer 安装命令:

composer create-project dragonofmercy/laravel-vue-starter-kit

包简介

The skeleton application for the Laravel framework.

README 文档

README

A lightweight starter kit for Laravel with Vue 3 and Inertia.js — without the bloat of other official starter kits.

🎯 Philosophy

This starter kit is intentionally minimal and unopinionated. It provides only the bare essentials to kickstart a Laravel + Vue 3 application via Inertia.js, leaving you free to structure your project however you see fit.

✨ Tech Stack

Back-end

Front-end

Tooling

🚀 Getting Started

Requirements

  • PHP >= 8.4
  • Composer
  • Node.js >= 20
  • npm

Steps

  1. Clone the repository

    git clone https://github.com/dragonofmercy/laravel-vue-starter-kit.git
    cd laravel-vue-starter-kit
  2. Install PHP dependencies

    composer install
  3. Install Node.js dependencies

    npm install
  4. Set up the environment

    cp .env.example .env
    php artisan key:generate
  5. Create the SQLite database (default)

    php artisan migrate
  6. Start the development server

    # In two separate terminals:
    php artisan serve
    npm run dev
    
    # Or using concurrently (single terminal):
    npx concurrently "php artisan serve" "npm run dev"

License

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

Support

If this project helps to increase your productivity, you can give me a cup of coffee :)

Donate

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-03-30

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固