Skip to content

Releases: lubusIN/laravel-decomposer

v1.3.1

11 Jun 04:01

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3...v1.3.1

v1.3

14 May 11:35
0f16c48

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3

v1.2.3

24 Aug 11:25

Choose a tag to compare

  • Correct class name for auto-discovery in Laravel 5.5

v1.2.2

05 Jun 09:32

Choose a tag to compare

  • Package autoloading for Laravel 5.5

v1.2.1

06 Apr 12:15

Choose a tag to compare

  • 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

03 Apr 17:46

Choose a tag to compare

  • 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

19 Mar 09:15

Choose a tag to compare

  • Dependency improvements

v1.1

17 Mar 11:38

Choose a tag to compare

  • The Decomposer system report can now be accessed as a multi-dimensional associative array anywhere in your code - Docs
  • Code structure improved

v1.0.1

02 Mar 13:36

Choose a tag to compare

  • 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

01 Mar 12:59

Choose a tag to compare

  • 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