📅  最后修改于: 2022-03-11 14:54:42.457000             🧑  作者: Mango
since Laravel 7.x and 8.x there is a new approach to access intact attribute:
// that skips accessors
$model->getRawOriginal('name');