Shital Mainaliwww.blogs.shitalmainali.com.np·Aug 26, 2024How to Ensure Flawless Code Quality in Docker with Laravel Pint and PHPStanAre you struggling with inconsistent code quality in your Laravel projects? Does your team spend too much time fixing code style issues and hunting down bugs that could have been caught earlier? If these challenges sound familiar, you're not alone. M...76 readsDocker
Umair Raza Parachaumairparacha.hashnode.dev·Aug 24, 2023PhpStorm now has built-in support for Laravel PintPhpStorm 2023.2 has now been released and has added Laravel Pint to the list of supported quality tools. Code style issues reported by Laravel Pint can now be treated like PhpStorm's own code inspections. To configure the integration with Laravel Pi...71 readsLaravel
Geni Jahoblog.genijaho.dev·Jun 20, 2023Speed up GitHub Actions by caching Composer, Rector, & PintGitHub's 2000 minutes per month of free usage of GitHub Actions is usually enough to handle light workflows. However, as more tech is run automatically, we are forced to upgrade to a paid plan or optimize our workflows. Currently, I am running Rector...2.1K readsPHP