/home/kueuepay/public_html/vendor/maatwebsite/excel/src/Console/stubs/export.plain.stub
<?php

namespace DummyNamespace;

use Maatwebsite\Excel\Concerns\FromCollection;

class DummyClass implements FromCollection
{
    /**
    * @return \Illuminate\Support\Collection
    */
    public function collection()
    {
        //
    }
}
Examples

Examples

For code examples and implementation guides, please refer to the “Examples” section on our developer portal. Go to GitHub Repository