dimarti / Laravel-Import-CSV-Demo

Small demo project to import CSV in Laravel 5.5 with matching the columns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel 5.5 Import CSV Demo

Simple project showing how to import data from CSV file, also matching CSV columns with database columns.

Also showing how to deal with CSV files with/without header rows, using plain PHP functions and maatwebsite/excel package.

Laravel Import CSV


How to use

  • Clone the repository with git clone
  • Copy .env.example file to .env and edit database credentials there
  • Run composer install
  • Run php artisan key:generate
  • Run php artisan migrate
  • That's it - load the homepage

License

Please use and re-use however you want.


More from our LaravelDaily Team

About

Small demo project to import CSV in Laravel 5.5 with matching the columns.


Languages

Language:PHP 81.8%Language:HTML 17.7%Language:Vue 0.5%