CSV Import Laravel tutorial with project zip Updated 2020

    By: Manu
    3 years ago

    Hi guys here. the project you can setup in your localhost.and develop it further. It is totally free to use. Follow instructions to install it on your system.


    1. Extract zip to htdocs (Local server).
    2. Change Folder name to whatever name you want.
    3. create a database and update name of database and user and password in ".env" file.
    4. Make sure composer is installed. If not then install it Check this
    5. Make sure node.js package is installed. Or install from here
    6. Using terminal go to your project folder where you have all extracted files.
    7. run these commands one by one.


    composer update
    
    npm install/update
    
    php artisan migrate
    
    php artisan key:generate
    

    Now all should be set and project will work if have any issue ask here

    Check video guides for this Laravel CSV import project.

    DOWNLOAD PROJECT ZIP FROM HERE