Skip to content

Profile ​

File: src/Entities/Profile.php
Namespace: Unusualify\Modularous\Entities
Extends: Model

Extended profile data for a user. Provides a dedicated record for personal details that sit alongside the core User model.

Fillable Attributes ​

AttributeTypeDescription
user_idintOwning user
namestringDisplay name
surnamestringSurname
phonestringPhone number
countrystringCountry
languagestringPreferred language
timezonestringPreferred timezone

Relationships ​

user(): BelongsTo ​

The user this profile belongs to.