Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Neeraj1005's avatar

Check list of packages using commands.

In Laravel how can I identify the list of packages used in Laravel? Using commands. Or Is there any method for checking the list of packages?

0 likes
2 replies
Neeraj1005's avatar

@van-india I want to list only those packages which I have installed externally... these composers command, like

composer show OR composer outdated

showing all list all packages including the default laravel packages. Basically I have a Laravel project, I want to check only those packages which are installed by the user.

Please or to participate in this conversation.