awcodes/jump-start
最新稳定版本:v1.0.0
Composer 安装命令:
composer create-project awcodes/jump-start
包简介
A custom starter kit for Laravel development, with defaults I like.
README 文档
README
A custom starter kit for Laravel development, with defaults I like.
Installation
laravel new <my-app> --using=awcodes/jump-start --no-interaction
After installation, cd into the project and run:
npm install && npm run build
php artisan db:seed
Boost
If you need to change any of the Boost configurations, you can re-run the Boost installer with:
php artisan boost:install
Includes
- Laravel 13
- Tailwind CSS
- Pint
- Pest
- Rector
- Laravel Debugbar
- Spatie Ray
- Larastan
- Laravel Boost
Tests
There are some test commands available via composer scripts.
# Runs Pint to lint the codebase composer lint # Runs Rector to refactor the codebase composer refactor # Runs Pint in test mode to check for linting issues without fixing them composer test:lint # Runs Rector in dry-run mode to check for refactoring issues without applying changes composer test:refactor # Runs PHPStan to analyze the code for type issues composer test:types # Runs Pest to execute unit tests in parallel composer test:unit # Runs a series of tests including config clear, Rector dry-run, Pint test, PHPStan, and Pest unit tests composer test
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-05-14