How to make array taking data from database in laravel

前端 未结 0 880
情歌与酒
情歌与酒 2020-12-13 16:05

why this is not working where all my queries are individually working.

$data = [
    \'name\' => $user->name,
    \'email\' => $user->email,
    \         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题