An open API service indexing awesome lists of open source software.

https://github.com/avinashn/importcsvdata-laravel

A laravel example to import data from a csv file and store it in database.
https://github.com/avinashn/importcsvdata-laravel

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

## 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/