dev-to-geek/laravel-init
最新稳定版本:v0.1.6
Composer 安装命令:
composer require dev-to-geek/laravel-init
包简介
A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects
README 文档
README
A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects.
Installation
You can install the package via composer:
composer require dev-to-geek/laravel-init
Usage
php artisan laravel-init:install [--remove-me]
This command will automatically install and configure the following tools for your Laravel project:
- Laravel Pint – Automated code formatting.
- PHPStan & Larastan – Static analysis for improved code quality.
- Pest PHP (with Mockery and plugins) – Modern testing framework with mocking support.
- Laravel Pail – Enhanced logging and debugging utilities.
- Rector – Automated code refactoring.
- Laravel Boost – Additional productivity enhancements.
No manual setup is required; everything is ready to use after running the command.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 5.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 未知