Tag Archives: How to insert multiple rows from a single query using eloquent/fluent

Bulk Insertion in Laravel using eloquent ORM

Inserting 100 records into a table inside a loop.I have database table called emp_table with 100 employees records if you want to insert this records into a new table called salary_table in this cas see how the batch insert works in laravel