architect_blueprints and can be re-opened and edited at any time.architect_blueprint_revisions; older revisions can be previewed and loaded back into the editor.create (only new files), merge (update Architect-managed sections, preserve customisations), replace (overwrite all generated artifacts).SoftDeletes trait, TrashedFilter, bulk restore/force-delete actions, and getEloquentQuery() override automatically._id / _uuid / _ulid suffixes and generates Select relationship components with configurable title columns.auto-increment, UUID, and ULID primary keys.ARCHITECT_FILAMENT_VERSION.nikic/php-parser to compare the skeleton of legacy v3 resource files (ignoring generated method bodies) so that blueprint column changes do not incorrectly classify a file as customised.HasFactory factory with sensible Faker defaults per column type.architect:install command — publishes config, runs migrations, and prints a getting-started checklist.architect:upgrade command — backfills initial revisions for existing blueprints after upgrading from pre-1.0.0 releases; supports --dry-run.ArchitectBlockRegistry, ArchitectCapabilityRegistry, ArchitectUiExtensionRegistry, and BlueprintGenerationHookRegistry for extending Architect from third-party packages.ArchitectPlugin Filament plugin — configurable render hook, icon, button colour, and capability resolver.FilamentResourceUpdater uses nikic/php-parser to surgically merge newly generated form/table/infolist sections into existing resource files without touching user customisations.GeneratedCodeFormatter — optionally runs Laravel Pint on every generated file after writing; controlled via architect.format_generated_files config.RegenerationPlanner — computes the minimal set of schema operations needed to sync the database to the current blueprint before any files are written.How can I help you explore Laravel packages today?