Commit Graph

5 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 9f2e3feba7 fix npm install 2026-06-23 18:45:42 +07:00
sulthan 75cf5b2e69 fix post script issue in composer 2026-06-23 18:32:14 +07:00
sulthan 529de862f3 fix dev deps 2026-06-23 18:28:41 +07:00
sulthan 966ed115b2 initial commit 2026-06-23 13:28:38 +07:00