A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects
A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects.
You can install the package via composer:
composer require dev-to-geek/laravel-init
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.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.