@extends('layouts.user') @section('title', 'Developer Settings') @section('content')
Execute system commands and maintenance tasks
{{ session('output') }}
Automatically complete jobs that have exceeded their scheduled end time
php artisan jobs:auto-complete-overdue
Update schedule statuses based on current date/time
php artisan app:update-schedule-statuses
Clear all cached data to refresh the application
php artisan cache:clear
Clear configuration cache to reload settings
php artisan config:clear
Clear route cache to reload routing definitions
php artisan route:clear
Clear compiled view files to refresh templates
php artisan view:clear
These commands should only be executed by authorized developers. Use with caution as they can affect system performance and data.