System Maintenance

Perform advanced system actions and maintenance tasks.

@if (session('status') === 'cache-cleared')

Application cache has been cleared successfully.

@endif @if (session('status') === 'storage-linked')

Storage symbolic link has been created successfully.

@endif

Clear Application Cache

This will clear all application caches including configuration, routes, and views.

@csrf Run Optimize Clear

Generate Storage Link

Create a symbolic link to make your private storage files accessible from the web.

@csrf Link Public Storage