konnco / filament-import

why import must use a template when you can import all files dynamically?
MIT License
206 stars 62 forks source link

`auto_detect_line_endings is deprecated` warnings with PHP 8.1 #130

Open sprklinginfo opened 1 year ago

sprklinginfo commented 1 year ago

the laravel.log file is filled with auto_detect_line_endings is deprecated ... vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Csv.php on line 318. PHP 8.1 is required for Laravel 10. How to suppress this warning? Here is the related bug reported on laravel-excel

sprklinginfo commented 1 year ago

@frankyso I asked the same question on the laravel-excel package repo. is it possible to do it in the Import class based on the response?