Implemented the php artisan pint command #58403
Unanswered
artengin
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
I created a small package that lets you run Pint in Laravel through Artisan using
php artisan pint, with full support for all ofPint’s options.https://github.com/artengin/laravel-pint-artisan
In Laravel, all commands normally run through Artisan. Pint is included by default in a fresh Laravel install, but to run it you usually have to call the binary directly or use Composer. I thought it would be much more convenient to run Pint through Artisan itself.
Would love to hear your thoughts!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions