Skip to content

A laravel example to import data from a csv file and store it in database.

Notifications You must be signed in to change notification settings

avinashn/ImportCSVdata-laravel

Repository files navigation

Prerequisites

  • After cloning this repository, go to the root folder, run the following command/s,
        composer install
        composer update
  • Rename .env.example to .env and provide your database details there.
  • Run php artisan migrate to create database table.
  • Run php artisan key:generate to set application key.

Working Demo

You can see the demo of the project here

Reference Post

http://justlaravel.com/import-csv-data-store-database/

About

A laravel example to import data from a csv file and store it in database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published