Skip to content

Latest commit

 

History

History
executable file
·
44 lines (33 loc) · 1.03 KB

README.md

File metadata and controls

executable file
·
44 lines (33 loc) · 1.03 KB

1. Downloade Project

Run this at the command line:

https://github.com/aysetas/Laravel-Csv-File-Import.git

2. Install Laravel

  • For laravel packages and dependencies.
Composer install
  • Copy .env.example to .env and change app url, app api url and database info.

  • php artisan key:generate for generate app key.

  • For generate database.
    php artisan migrate

3.Run The Project

  • To run in browser
    php artisan serve

  • If the route http://127.0.0.1:8000/file-import

4. Package Used

5. Technologies Used

  • PHP Laravel Framework
  • Ajax
  • Bootstrap
  • Toaster

6. Example Used Excel File

My sample excel file is customer.csv file in public folder Public/customer.csv

License

The Laravel framework is open-sourced software licensed under the MIT license.

Laravel-Csv-File-Import

Import files with csv extension was done using Laravel Framework.