Skip to content

Instantly share code, notes, and snippets.

@zahra-ove
Last active May 14, 2022 10:47
Show Gist options
  • Save zahra-ove/215444d163d4bc6bdf798fffa1f12fd1 to your computer and use it in GitHub Desktop.
Save zahra-ove/215444d163d4bc6bdf798fffa1f12fd1 to your computer and use it in GitHub Desktop.

to show list of all dependencies in a laravel app:

composer show --tree
composer show --tree | grep wrokflow
php artisan route:list --columns=method --columns=uri  --columns=name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment