Delete dead Breeze auth/settings boilerplate #43

Closed
opened 2026-05-02 13:35:22 +02:00 by myrmidex · 0 comments
Owner

The app has no auth enforcement but still carries all Breeze-scaffolded auth controllers, pages, and settings files:

  • app/Http/Controllers/Auth/ — 7 files (sessions, password reset, email verify, etc.)
  • resources/js/pages/auth/ — 6 pages
  • resources/js/pages/settings/ — password, profile
  • resources/js/components/Settings/

These are dead code that add noise to every grep.

Fix: Verify nothing in the live app links to these routes, then delete. Check routes/settings.php and routes/auth.php first — the routes themselves may also be removable.

Effort: S — verify before deleting.

The app has no auth enforcement but still carries all Breeze-scaffolded auth controllers, pages, and settings files: - `app/Http/Controllers/Auth/` — 7 files (sessions, password reset, email verify, etc.) - `resources/js/pages/auth/` — 6 pages - `resources/js/pages/settings/` — password, profile - `resources/js/components/Settings/` These are dead code that add noise to every grep. **Fix:** Verify nothing in the live app links to these routes, then delete. Check `routes/settings.php` and `routes/auth.php` first — the routes themselves may also be removable. **Effort:** S — verify before deleting.
myrmidex added this to the v0.3.0 milestone 2026-05-02 13:35:22 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lvl0/incr#43
No description provided.