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:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
- All-in-one Environment
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
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-29