Skip to content

Releases: lubusIN/laravel-decomposer

v1.2.3

24 Aug 11:25
Compare
Choose a tag to compare
  • Correct class name for auto-discovery in Laravel 5.5

v1.2.2

05 Jun 09:32
Compare
Choose a tag to compare
  • Package autoloading for Laravel 5.5

v1.2.1

06 Apr 12:15
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Dependency improvements

v1.1

17 Mar 11:38
Compare
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
Compare
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
Compare
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

v0.1.4

26 Feb 15:38
Compare
Choose a tag to compare
  • Added check for no dependencies

v0.1.3

21 Feb 09:58
Compare
Choose a tag to compare

PR #4 merged bringing the following changes

  • Updated the Code to be formatted in accordance to PSR-2
  • Added doc block comments for added benefit
  • Aligned and spaced a couple of things just a tiny bit for extra readability
  • Updated the redundant empty if-statement for a cleaner logic path