laravel-ready/laravel-starter 问题修复 & 功能扩展

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

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

laravel-ready/laravel-starter

最新稳定版本:v11.3.0

Composer 安装命令:

composer create-project laravel-ready/laravel-starter

包简介

Batteries included ready to use empty laravel starter project template.

README 文档

README

laravel-starter

Ready to use empty laravel starter project template. It has a simple and clean project structure with many features for development and debugging. When you decide to won't use some tools you can remove them quickly, then you can continue to develop.

Installation

Create the project with composer:

composer create-project laravel-ready/laravel-starter {project_name} --stability=dev

Warning

After installation, if you are using VS Code editor CLI, you need to restart with the F1 (or Command + P, or fn + F1) > Reload Window command. This is required for indexing and plugin activation.

To sync with template repo

Run this command

git remote add template https://github.com/laravel-ready/laravel-starter
git fetch --all
git merge template/main --allow-unrelated-histories

Documentation

You can find the documentation here.

Photo by Sebastian Svenson on Unsplash

统计信息

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

GitHub 信息

  • Stars: 32
  • Watchers: 1
  • Forks: 10
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-22