Openclassify V2
  • 👋Welcome to Openclassify
  • overview
    • 💡Introduction
    • ✨Features
    • 🚩Requirements
  • Product Guides
    • 🏁Installation
      • Via Docker
      • Via Composer
    • 🛠️Configuration
      • Host Configuration
      • Directory Permissions
    • 🎮CLI Commands
      • Asset Management
      • View Management
      • Cache Management
      • HTTP Cache
    • 💻Application Commands
  • Addons
    • 🔌Modules
      • Notifications
      • Advs
      • Categories
    • ➕Extensions
    • 🏫Themes
Powered by GitBook
On this page
  1. Product Guides
  2. CLI Commands

Asset Management

Clears all assets and generated image cache.

The optional path argument specifies the path relative to your application's public asset path. In this way, you can easily clear public or admin theme cache directories.

php artisan asset:clear         // Clear everything
php artisan asset:clear public  // Clear public theme cache
PreviousCLI CommandsNextView Management

Last updated 2 years ago

🎮