Last active
October 26, 2024 16:52
-
-
Save emjayess/e790b0de9d4b503de3996591e212e94b to your computer and use it in GitHub Desktop.
'getinsights' shortcut for @nunomaduro's phpinsights
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# added to ohmyzsh custom aliases; for laravel / artisan | |
getinsights() { | |
composer require nunomaduro/phpinsights --dev | |
php artisan vendor:publish --provider="NunoMaduro\PhpInsights\Application\Adapters\Laravel\InsightsServiceProvider" | |
php artisan insights | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
About PHP Insights