Failed to load excel\laravel-excel
问题 I want to export only filtered data in view blade. I am using Laravel 7 and maatwebsite/excel 3.1 and PHP 7.4.2. I went through the documentation and applied this: View <a href="{!! route('users.export-filter') !!}" class="btn btn-success"> <i class="la la-download"></i> Export Filter </a> web.php Route::get('/users/export-filter', 'Admin\UserController@filter')->name('users.export-filter'); UserController.php public function filter() { return Excel::download(new FilterUserExport, 'filter