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

serpapi logo
SerpApi

The Web Search API for Your LLM and AI Applications

Visit SerpApi

The latest

View all →
Validate and Convert HEIC Images in Laravel image

Validate and Convert HEIC Images in Laravel

Read article
Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues image

Saga Lara Flow: Durable Workflows and Compensating Transactions on Laravel Queues

Read article
Reject Unexpected Array Keys with Laravel Validation image

Reject Unexpected Array Keys with Laravel Validation

Read article
Major performance improvements & security patches for Filament v4.12 and v5.7! image

Major performance improvements & security patches for Filament v4.12 and v5.7!

Read article
Laravel Boost Project Rules: Teach Agents Your Conventions image

Laravel Boost Project Rules: Teach Agents Your Conventions

Read article
Extract an Image's Dominant Color in Laravel image

Extract an Image's Dominant Color in Laravel

Read article