Wednesday, May 9, 2018

Object of class stdClass could not be converted to string Maatwebsite - development

Object of class stdClass could not be converted to string Maatwebsite

I was trying to export a query – the function in the controller was as below

class Export implements FromCollection
{
    public function collection()
    {
        $data = DB::table('Providers')->get();

        return $data;
    }
}

but producing the error:

vendorphpofficephpspreadsheetsrcPhpSpreadsheetCellDefaultValueBinder.php

enter image description here

“Object of class stdClass could not be converted to string”



from Laravel Questions and Answers https://laravelquestions.com/laravel/object-of-class-stdclass-could-not-be-converted-to-string-maatwebsite/
via Lzo Media

No comments:

Post a Comment