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

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

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

larvata/laravel-starter-kit

最新稳定版本:v0.9.8

Composer 安装命令:

composer create-project larvata/laravel-starter-kit

包简介

The skeleton application for the Laravel framework.

README 文档

README

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

How to Use

To create a new Laravel application using the Larvata Laravel Starter Kit, run the following command:

To globally install Laravel using Composer, run the following command:

composer global require laravel/installer

Create Project

laravel new example-app --using=larvata/laravel-starter-kit  --phpunit --npm
  • --pest : Using pest
  • --phpunit : using phpunit
  • --npm : After installation, run npm install

Create Development Environment

docker compose -f docker-compose.dev.yml up 
#docker exec -t "$(basename $(pwd))-web-1" php artisan octane:install --server=swoole
#docker exec -t "$(basename $(pwd))-web-1" composer install
#docker exec -t "$(basename $(pwd))-web-1" npm install npm

License

The Laravel framework is open-sourced software licensed under the MIT license.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 7
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-29