Skip to content
#

laravel-example

Here are 2 public repositories matching this topic...

Language: Hack
Filter by language

Learn how to import large CSV files 10x faster in Laravel 12 using MySQL LOAD DATA INFILE. This approach avoids slow PHP loops, reduces memory usage, and is ideal for bulk database imports with high performance.

  • Updated Jan 22, 2026
  • Hack

Efficiently import very large CSV files into a database using Laravel 12 seeders. This project demonstrates memory-safe CSV streaming, chunked inserts, and optimized performance for handling millions of records without timeouts.

  • Updated Jan 24, 2026
  • Hack

Improve this page

Add a description, image, and links to the laravel-example topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the laravel-example topic, visit your repo's landing page and select "manage topics."

Learn more