dev-to-geek/laravel-init

A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects

Fund package maintenance!
Dev2Geek


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.