omaralalwi/laravel-trash-cleaner
storage/debugbar, storage/logs, public/build), making it adaptable to non-standard Laravel setups (e.g., multi-tenant apps with isolated storage).npm/yarn/pnpm) for asset rebuilds. No heavy external dependencies, minimizing conflicts.storage/debugbar) may not align with custom Laravel storage configurations. Requires validation during integration.npm, yarn, pnpm). Risk of build failures if Node.js or package managers are misconfigured.storage/logs). Requires pre-integration permission audits.npm, yarn, or pnpm already integrated into the project? If not, what’s the effort to add them for asset rebuilds?composer require omaralalwi/laravel-trash-cleaner.php artisan vendor:publish --tag=laravel-trash-cleaner.trash:clean, trash:assets) to validate behavior.config/laravel-trash-cleaner.php) to ensure all target directories are covered.- name: Cleanup
run: php artisan trash:clean --env=production
$schedule->command('trash:clean')->daily();
config/laravel-trash-cleaner.php for changes in target paths or build tools.npm version changes) that might break asset rebuilds.chmod or user configuration).parallel-lint for logs).trash:clean after setup.failed-jobs table or external monitoring).How can I help you explore Laravel packages today?