-
Notifications
You must be signed in to change notification settings - Fork 2
Country
Viames Marino edited this page Feb 23, 2026
·
1 revision
Pair\Models\Country represents country metadata used by locale and language features.
-
_init()configures fields and constraints.
$it = \Pair\Models\Country::findByCode('IT');
if ($it) {
echo $it->name;
}- Used by language and localization layers.