Skip to content

Laravel implementation on large csv upload, it includes single csv file upload and multiple csv files upload

Notifications You must be signed in to change notification settings

ronald-kimeli/laravel-csv-upload

Repository files navigation

Laravel

Installation

  • Create .env file through copy
cp .env.example .env
  • Install project dependencies
composer install
  • Generate laravel key for application to run
php artisan key:generate
  • Install nodejs dependencies
npm install
  • Provide database credentials below in .env file.
    DB_DATABASE=?
    DB_USERNAME=?
    DB_PASSWORD=?

Incase you want multidatabase connection then uncomment commented database and provide credentials

  • To run the project
php artisan key:generate
php artisan migrate --seed
  • Spin development servers
npm run dev
php artisan serve
  • Then check localhost:8000 or click the link provided on npm run dev and check your browser
localhost:8000

About

Laravel implementation on large csv upload, it includes single csv file upload and multiple csv files upload

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published