2 Commits

Author SHA1 Message Date
sulthan e637ee2a40 fix: remove dev-only IdeHelper provider registration causing 500 in prod
AppServiceProvider registered Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider
unconditionally. That package lives in composer.json require-dev and is never
installed by `composer install --no-dev` (used in docker/Dockerfile), so the
class doesn't exist in production, causing a fatal error on every request.
2026-07-18 12:52:20 +07:00
sulthan 966ed115b2 initial commit 2026-06-23 13:28:38 +07:00