Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Laravel Archivable Laravel Package

joelbutcher/laravel-archivable

Add archiving to Laravel Eloquent models like SoftDeletes. Includes migration macros for archived_at, model trait, and query builder scopes/macros to archive/unarchive records and filter archived vs active results in fluent chains.

View on GitHub
Deep Wiki
Context7

Product Decisions This Supports

  • Enables rapid implementation of data archiving without permanent deletion, critical for compliance (GDPR, CCPA) and user experience scenarios like accidental archive recovery
  • Eliminates need to build custom archiving logic from scratch, reducing technical debt and accelerating feature delivery by 60-80% compared to in-house solutions
  • Supports core business use cases: user account deactivation (retain data for reactivation), e-commerce order history retention, and content moderation (hide posts while preserving audit trails)
  • Aligns with roadmap priorities by providing a battle-tested foundation for archival workflows without diverting engineering resources from high-value features

When to Consider This Package

  • Adopt when your application requires soft-delete-like behavior with explicit archiving semantics (e.g., hiding records from default queries but preserving them for restoration/reporting)
  • Ideal for Laravel 7+ projects needing a lightweight, well-documented solution with minimal configuration
  • Avoid if you require multi-tier archival (e.g., moving data to separate storage), complex audit trails beyond simple status tracking, or non-Laravel frameworks
  • Skip if your team already has a robust in-house solution or the project scope is too small to justify external dependencies

How to Pitch It

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation
uri-template/tests