alangiacomin/laravel-template
Composer 安装命令:
composer create-project alangiacomin/laravel-template
包简介
The skeleton application for the Laravel framework.
关键字:
README 文档
README
Personal Laravel template designed to kick off new projects with a consistent technical foundation, ready for development.
Why this template
- Reduces the bootstrap time for a new project.
- Provides a modern Laravel stack with Inertia + React + TypeScript.
- Includes preconfigured tooling for local development, builds, and testing.
Included stack
- Laravel 13
- PHP 8.4
- Inertia.js (server + React client)
- Vite
- TypeScript
- Reverb (websocket)
- PHPUnit + Laravel Pint
- Bun/NPM for frontend dependencies
Requirements
- PHP
^8.4 - Composer
- Bun (recommended) or NPM
- Local database (e.g. SQLite, MySQL, or PostgreSQL)
Quick start
composer install cp .env.example .env php artisan key:generate php artisan migrate bun install bun run build php artisan serve
Useful commands
# full development environment (server, queue, reverb, vite) composer run dev # frontend only bun run dev bun run build # test composer test composer test-coverage # code style ./vendor/bin/pint
Project structure (high-level)
app/application logicroutes/route definitionsresources/frontend (React/TS, views, and assets)config/configuration filesdatabase/migrations, factories, and seederstests/test suite
Documentation
- Full setup:
docs/setup.md - Development workflow:
docs/development.md
Contributing
If this template is used by a team, you can add a CONTRIBUTING.md file with PR/branching rules.
License
This project is released under the MIT license.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-05