Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Attribute Field #59

@axmad386

Description

@axmad386

How to append custom attributes to field?
For example on User model, I have field first_name and last_name. And i make custom attribute called full_name

// App/Model/User.php
public function getFullNameAttribute(){
return $this->first_name.' '.$this->last_name;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions