Skip to content

Releases: oxhq/deadcode-laravel

deadcode-laravel v0.1.5

25 Apr 20:50

Choose a tag to compare

Public-install release for the Laravel dead code pruning stack.

oxhq/deadcode-laravel is live on Packagist and installable with Composer:

composer require oxhq/deadcode-laravel:^0.1.5
php artisan vendor:publish --tag=deadcode-config
php artisan deadcode:install-binary v0.1.5
php artisan deadcode:install-supervisor v0.1.5
php artisan deadcode:doctor
php artisan deadcode:analyze

What shipped:

  • Packagist package publication for oxhq/deadcode-laravel
  • coordinated v0.1.5 native binaries from oxhq/deadcore and oxhq/go-supervisor
  • cleaner package metadata and install docs under the OxHQ namespace
  • public repo topics/about metadata aligned with the Laravel pruning wedge
  • CI-backed package tests, Windows smoke, and install-proof jobs

This release keeps runtime behavior aligned with v0.1.4; the main change is making the stack easier to install and consume from a clean Laravel project under the right public identity.

deadcode-laravel v0.1.4

25 Apr 10:26

Choose a tag to compare

First public Laravel package cut for the deadcode stack.

This release wires the Laravel runtime bridge to the native deadcore analyzer and the Go supervisor, with a real Artisan workflow:

  • install release binaries with checksum verification
  • run deadcode:doctor
  • capture Laravel runtime truth
  • execute deadcode:analyze
  • generate JSON reports with deadcode:report

This is the first usable foundation for evidence-based Laravel code pruning: runtime-aware, static-backed, and ready for owned dogfood projects before broader distribution.