bugfinder/version-upgrade-manager

Laravel package for BugFinder version upgrade + auto inject menu to generalsettings

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/bugfinder/version-upgrade-manager

v1.0.0 2025-11-23 13:09 UTC

This package is auto-updated.

Last update: 2025-11-23 14:09:04 UTC


README

Installation (development)

Place the package code inside your Laravel project (e.g. packages/BugFinder/version-upgrade) then add to composer.json autoload (or use path repository).

Run composer dump-autoload then add provider if automatic discovery not available.

Features

  • Adds routes, controller, service and view for version upgradation.
  • Merges a version_upgradation menu item into runtime config('generalsettings.settings') so the menu appears without editing files.
  • Provides an artisan command to permanently inject the menu into config/generalsettings.php:
php artisan version-upgrade:inject-config

Notes

  • The injection command makes a backup at config/generalsettings.php.bak.version-upgrade before editing.
  • You should review the changes before committing them.