Skip to content

Instantly share code, notes, and snippets.

@emjayess
Last active May 26, 2019 00:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emjayess/e790b0de9d4b503de3996591e212e94b to your computer and use it in GitHub Desktop.
Save emjayess/e790b0de9d4b503de3996591e212e94b to your computer and use it in GitHub Desktop.
'getinsights' shortcut for @nunomaduro's phpinsights
# 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
}
@emjayess
Copy link
Author

About PHP Insights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment