Thursday, March 30, 2017

Is there a way to retrieve single row from database as key value only in laravel

can i retrieve single row from database like this in Laravel

["name"=>"jhon",
"age"=>"18"
]



via wahdan

Advertisement