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
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.
Installation
You can install the package via composer:
Usage
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.
All versions of laravel-init with dependencies
spatie/laravel-package-tools Version ^1.19
illuminate/contracts Version ^10.0||^11.0||^12.0