Laravel Packages

Asset Cleaner Package for Laravel

Published
Asset Cleaner Package for Laravel image

The Asset Cleaner package for Laravel safely detects and removes unused CSS, JS, and other assets from Laravel applications. It works seamlessly with Laravel, Vue, React, Inertia, and Livewire.

You use this package via the command line to detect and delete unused assets. When you delete assets, it will also create a backup during the deletion process:

php artisan assets:scan
 
# Preview deletion
php artisan assets:delete --dry-run
 
# Delete assets
php artisan assets:delete
 
# Backup created in `storage/asset-cleaner-backup/`

Under the hood, this package works by scanning asset directories, searches for references, only matches complete filenames with extensions, and safely deletes assets with timestamped backups.

Main Features

  • Smart Detection - Scans your entire Laravel project for unused assets
  • Safe Deletion - Creates backups before removing any files
  • Selective Cleaning - Choose specific asset types (JS, CSS, images, fonts, etc.)
  • Detailed Reports - See exactly what will be deleted and why
  • Debug Mode - Investigate why files are marked as used or unused
  • Fast Scanning - Efficiently processes large projects
  • Framework Agnostic - Works with Mix, Vite, plain webpack, and more
  • Protected Files - Never accidentally delete important files
  • Strict Matching - Avoids false positives with intelligent pattern matching

You can learn more about this package, get full installation instructions, and view the source code on GitHub.

Paul Redmond photo

Staff writer at Laravel News. Full stack web developer and author.

Sponsored

masteringlaravel logo
Laravel Code Review

Get expert guidance in a few days with a Laravel code review

Visit Laravel Code Review

The latest

View all →
CPX: The Composer Package Executor for PHP image

CPX: The Composer Package Executor for PHP

Read article
Laravel AI SDK Adds Human-in-the-Loop Tool Approval image

Laravel AI SDK Adds Human-in-the-Loop Tool Approval

Read article
Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals image

Pest 5 Released With Test Impact Analysis, Agent Verification, and Evals

Read article
Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs image

Queue-SQL: Run Mass Deletes and Updates Across Parallel Queue Jobs

Read article
Blade Formatting in Laravel Pint image

Blade Formatting in Laravel Pint

Read article
Inertia DevTools Is Now on the Chrome Web Store image

Inertia DevTools Is Now on the Chrome Web Store

Read article