@extends('backend.layout.app') @section('title' , 'advanced settings' ) @section('content')

Developer Options

Caution: Advanced settings for developers only.

Cache Clear
  • php artisan cache:clear
  • php artisan optimize:clear
Optimize Application
  • php artisan config:cache
  • php artisan route:cache
  • php artisan view:cache

Disabled

Storage Link
  • php artisan storage:link

Creates a symbolic link from the public directory to the storage/app/public directory. This allows files stored in the storage/app/public directory to be accessible from the web.

@endsection @push('footer-script') @endpush