Commit Graph
5 Commits
Author SHA1 Message Date
F4ilji 7ff860feca feat: block destructive DB commands in production
Listen for CommandStarting event and throw RuntimeException for
migrate:fresh, migrate:refresh, migrate:reset, db:wipe, db:seed
when APP_ENV=production. Prevents accidental data loss even with --force.

Also removes old non-functional closure-based override in routes/console.php.
2026-09-18 02:54:42 +05:00
F4ilji a3948c872e Changes 2026-03-20 21:47:02 +05:00
f4ilji 866efa03c1 correct mistake 2024-10-30 12:34:37 +05:00
f4ilji 1f13cb033a Add navigationGroup to UrlLinkResource 2024-10-29 15:31:12 +05:00
f4ilji b686638a39 first commit 2024-09-19 16:06:49 +05:00