# Laravel-Import-CSV-Demo **Repository Path**: Expertweblancer/Laravel-Import-CSV-Demo ## Basic Information - **Project Name**: Laravel-Import-CSV-Demo - **Description**: Small demo project to import CSV in Laravel 5.5 with matching the columns. - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-30 - **Last Updated**: 2021-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://github.com/Maatwebsite/Laravel-Excel). ![Laravel Import CSV](http://webcoderpro.com/import-csv.png) --- ### 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 - Check out our adminpanel generator QuickAdminPanel: [Laravel version](https://quickadminpanel.com) and [Vue.js version](https://vue.quickadminpanel.com) - Follow our [Twitter](https://twitter.com/dailylaravel) and [Blog](http://laraveldaily.com/blog) - Subscribe to our [newsletter with 20+ Laravel links every Thursday](http://laraveldaily.com/weekly-laravel-newsletter/) - Subscribe to our [YouTube channel Laravel Business](https://www.youtube.com/channel/UCTuplgOBi6tJIlesIboymGA)