bfinlay / laravel-excel-seeder

Seed your database with Laravel using Excel and CSV files
Other
38 stars 8 forks source link

Support Laravel 11 #25

Closed tjslash closed 3 months ago

tjslash commented 3 months ago

Exception:

SpreadsheetSeeder: Rows of the file "mtraktor.xlsx" sheet "vendors" has failed to insert in table "vendors": Method Illuminate\Database\MySqlConnection::getDoctrineSchemaManager does not exist.

bfinlay commented 3 months ago

Will do!

I have to clear some other tasks off my plate first and will update this in the next week.

bfinlay commented 3 months ago

Laravel 11 is supported now.

I am closing this issue, but feel free to update. Let me know if the new version works for you.