Laravel Decomposer is a development package that lists all of your Composer dependencies and helpful information like package versions, the PHP/Laravel version installed, installed PHP modules, and more.
The author has previously written about this package on Laravel News, but has recently released a new version that brings support for the most recent versions of Laravel, and the UI was refactored with Tailwind CSS, Alpine.js, and a custom responsive DataTable component.
Here's the previous version of the UI:
And here's the new UI released in v1.3, released last week on May 14, 2025:
The Laravel and Server environment panels give you useful details about your application at a glance:
Main features
- Quickly generate a system report when reporting bugs.
- To see the list of all installed packages and their dependencies in the laravel app directly from the browser.
- Laravel & Server environment details on the same page with the packages list.
- To check whether all the pre-configurations and extensions asked by Laravel are applied and loaded or not.
- For package/laravel app developers, the Decomposer report can be very useful when collecting information from the users reporting the issues.
- It cuts down the troubleshooting time.
You can learn more about this package, get full installation instructions, and view the source code on GitHub.