Файловый менеджер - Редактировать - /home/clickysoft/public_html/angelo.clickysoft.net/app/Exports/NewsLettersExport.php
Назад
<?php namespace App\Exports; use App\Models\User; use Maatwebsite\Excel\Concerns\FromCollection; class NewsLettersExport implements FromCollection { /** * @return \Illuminate\Support\Collection */ public function collection() { return User::select('first_name', 'last_name', 'email')->where('recieve_digi_updates', 1)->get(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка