Build database and file backups with Laravel Easy Backups — fluent Backup API, retention policies, encryption, notifications, and the easy-backups Artisan commands.
Build and run one-off Artisan "patches" with the aaix/laravel-patches package — trackable, disposable commands for data migrations and one-time fixes (not schema changes — those are still migrations).
Seed or re-seed country data from aaix/laravel-countries on demand. Covers the one-shot master seeder invocation, idempotent re-runs, native-name backfill, and the rule for keeping per-country seeder files merge-friendly with upstream.
Query, display, and build features with aaix/laravel-countries. Covers Country model lookups, query scopes, accessors, locale-aware names, relations, and the recommended pattern for extending the model with app-specific code.