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.
- 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
Please use and re-use however you want.
- Check out our adminpanel generator QuickAdminPanel
- Read our Blog with Laravel Tutorials
- FREE E-book: 50 Laravel Quick Tips (and counting)
- Subscribe to our YouTube channel Laravel Business
- Enroll in our Laravel Online Courses