Package suggestion: codegenie-be/laravel-config-cache-guard #318
jordyloeuille
started this conversation in
Package Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Package
codegenie-be/laravel-config-cache-guardWhat it solves
Laravel Config Cache Guard prevents an application from loading known-stale config or route cache after deployment changes. It is aimed at FTP, cPanel, Plesk and other shared-hosting environments where SSH, deploy hooks or
exec()may be unavailable.The Composer-loaded guard runs before Laravel boots. When PHP CLI repair cannot run, it rejects or bypasses stale cache and schedules an internal
Artisan::call()repair after the HTTP response. It exposes no public repair endpoint, sends no telemetry and does not read.envvalues.Suggested category: Dev Ops.
Disclosure: I am submitting this on behalf of Codegenie, which maintains the package. Technical feedback and shared-hosting compatibility reports are welcome; this is not a request for stars.
All reactions