Download the PHP package dev-to-geek/laravel-init without Composer
On this page you can find all versions of the php package dev-to-geek/laravel-init. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dev-to-geek/laravel-init
More information about dev-to-geek/laravel-init
Files in dev-to-geek/laravel-init
Package laravel-init
Short Description A little package I use to add preconfigured tools (PHPStan, Larastan, Pint, Pail, ...) to my projects
License MIT
Homepage https://github.com/dev-to-geek/laravel-init
Informations about the package laravel-init
Laravel Init
A Laravel package that bootstraps your project with preconfigured development tools via a single artisan command.
Requirements
- PHP ^8.3
- Laravel ^12.0
Installation
Usage
This command will automatically install and configure the following tools:
- Laravel Pint -- Automated code formatting (with
pint.jsonconfig). - Larastan -- PHPStan + Larastan static analysis (with
phpstan.neon.distconfig). - Pest PHP -- Modern testing framework with Mockery, Laravel and Livewire plugins.
- Laravel Pail -- Real-time log viewer.
- Rector -- Automated code refactoring (with
rector.phpconfig). - Laravel Boost -- MCP Server for AI-assisted development.
No manual setup is required; everything is ready to use after running the command.
Options
--only -- Install specific tools
Install only the tools you need instead of the full suite:
Valid tool names: pint, larastan, pest, pail, rector, boost.
--force -- Overwrite existing configuration files
By default, existing configuration files (pint.json, phpstan.neon.dist, rector.php) are not overwritten. Use --force to replace them:
--remove-me -- Self-uninstall after setup
Remove the laravel-init package from your project after all tools have been installed:
Suggested composer scripts
After installation, you can add these scripts to your composer.json:
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.