๐ฅ๏ธ Terminal
The Terminal section in Ultimate RepairShop lets you run powerful system maintenance commands right from the admin panel โ no coding or SSH access required.
Itโs ideal for optimizing your app, fixing common configuration issues, refreshing storage links, and even installing updates โ all with just a couple of clicks.
โ๏ธ How to Use
Head to System > Terminal
Choose an action from the Select Command dropdown
Click Process
Wait for the output โ and youโre done!

๐ Available Commands
Command
Description
Optimize and Enable Cache (cache_enabled)
Clears existing cache and rebuilds optimized Laravel caches (routes, views, configs). Boosts performance.
Full Optimize (optimize)
Runs all available optimizations including class autoload, routes, config, and views. Use after updates.
Clear Only Cache (cache)
Clears only the cache without rebuilding. Useful when diagnosing display or config issues.
Refresh Storage Link (storage_link)
Recreates the symbolic /storage link so uploaded files and images display correctly.
Install Update (update)
Triggers the system to check and install the latest software update, if available. Requires internet.
๐ Access Control
Only users with super admin roles can access this section.
All commands run safely in the background and are sandboxed within the Laravel framework.
Last updated
Was this helpful?