Documentation Index
Fetch the complete documentation index at: https://docs.younegotiate.com/llms.txt
Use this file to discover all available pages before exploring further.
Real-World Example
A company reaches the point where inactive records should be soft-deleted or cleaned up. The platform cleanup job should apply only the intended rules and avoid removing records that still matter for billing, reporting, or consumer history.Visual Flow
How It Should Work
- It should apply cleanup only to records that meet the intended criteria.
- It should preserve history needed for billing, reporting, legal, or consumer account support.
- It should keep soft-deleted records accessible where Superadmin routes intentionally include them.
How It Should Not Work
- It should not permanently delete important business history without a reviewed rule.
- It should not remove active creditors, active consumers, or records still needed by scheduled jobs.
- It should not make support pages fail when viewing soft-deleted records intentionally.
Developer Notes
- Soft deletion and pruning are platform safety areas, not normal user-facing workflows.
- Review retention, reporting, and support requirements before changing cleanup criteria.
Related App Areas
app/Console/Commands/SoftDeleteCompaniesCommand.phpIlluminate\Database\Console\PruneCommandLaravel\Telescope\Console\PruneCommandroutes/superadmin.php