Releases: lubusIN/laravel-decomposer
Releases · lubusIN/laravel-decomposer
v1.2.3
v1.2.2
v1.2.1
- Added following helper methods to help categorize report stats more efficiently. Initial efforts & PR by Stephen Ball
Decomposer::addLaravelStats($myArray); // Add to the already existing 'Laravel Env' block
Decomposer::addServerStats($myArray); // Add to the already existing 'Server Env' block
Decomposer::addExtraStats($myArray); // A new block 'Extra Info' will be added containing it
v1.2
- App & Other Package devs can also add extra personal package or app specific stats by using Decomposer as a dependency in their project
getReportJson()
method added to get the same Decomposer report as JSON- Fixed breaking of
getReportArray()
method
v1.1.1
v1.1
v1.0.1
- Quick Dependency fix
- Added search, sorting & pagination on the table containing name & versions of installed packages and their dependencies.
- Decomposes your Laravel & Server environment and gives all the required details & configurations about both on the same page.
- Generate the system report of your Laravel & server environment on a single click. This report can be very useful in troubleshooting any error. Why & what about the system report is documented here
v1.0
- Added search, sorting & pagination on the table containing name & versions of installed packages and their dependencies.
- Decomposes your Laravel & Server environment and gives all the required details & configurations about both on the same page.
- Generate the system report of your Laravel & server environment on a single click. This report can be very useful in troubleshooting any error. Why & what about the system report is documented here