inly / duster-presets
Inly's presets for the duster package
Installs: 1 097
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
Requires
- php: ^8.1
- illuminate/contracts: ^10.0
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.0
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
This package is auto-updated.
Last update: 2024-10-19 08:27:30 UTC
README
Inly's presets for the duster package
To maintain the same presets for all projects the config files for tighten/duster is stored here and published in each project.
Installation
You can install the package via composer:
composer require inly/duster-presets --dev
Install duster if not already done:
composer require tightenco/duster --dev
You can publish and update the config files with:
php artisan vendor:publish --provider="Inly\DusterPresets\DusterPresetsServiceProvider" --force
Add this to your scrips in composer.json
:
"lint": "./vendor/bin/duster lint", "format": "./vendor/bin/duster fix"
You can now run duster with one of these commands:
composer lint composer format
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.