limenet / laravel-pint-config
This is my package laravel-pint-config
Installs: 1 085
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- illuminate/contracts: ^8.0 || ^9.0 || ^10.0 || ^11.0
- laravel/pint: ^1.2
- spatie/laravel-package-tools: ^1.12.0
Requires (Dev)
- larastan/larastan: ^2.8.1
- nunomaduro/collision: ^8.0
- orchestra/testbench: 9.x-dev
- phpstan/extension-installer: ^1.3.1
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpstan/phpstan-phpunit: ^1.3.15
README
Installation
You can install the package via composer:
composer require limenet/laravel-pint-config
You can publish the config file with:
php artisan vendor:publish --tag="laravel-pint-config-config"
This is the contents of the published config file:
return [
];
Usage
php artisan laravel-pint-config:publish
Testing
composer test
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.