You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Laravel Boost guideline (resources/boost/guidelines/core.blade.php), AGENTS.md + CLAUDE.md and a guideline render test, so AI agents in every host project get the module rules through php artisan boost:update.
customer_addresses.postal_code is now a regular varchar(255) — 16 characters were too tight for real-world postal codes. New module migration widens the column on existing installations; fresh installations create it at 255 directly.
New relation field type customerAddressCardRelation: renders the default invoice/delivery address as a clickable address card (click = pick another address, pencil = edit, x = clear) via the new noerd fieldComponent renderer API
Customer detail YAML uses the card type for both default address fields