PHP code snippet – How can get attribute without getter in laravel?
-> since Laravel 7.x and 8.x there is a new approach to access intact attribute: // that skips accessors $model->getRawOriginal('name');
-> since Laravel 7.x and 8.x there is a new approach to access intact attribute: // that skips accessors $model->getRawOriginal('name');