Use this when a release added new settings rows and your database still has the old set — or you intentionally want defaults back.
Artisan
php artisan db:seed --class=SettingSeeder
That truncates/reinserts default settings. You will lose customized setting values (names, flags, etc.). Take a database backup first.
HTTP (if enabled on your install)
Some builds expose a manual seed URL similar to:
https://your-domain.com/database/manual/seed/SettingSeeder
Only use that if the route exists on your version and the site is not publicly exploitable. Prefer SSH + Artisan on production.
← All ProTask – Project Management Software with Time Tracking & Team Collaboration documentation