This project demo is to demonstrate on how laravel-csv works
laravel_csv_demo.mp4
Clone the repo
git clone https://github.com/coderflexx/laravel-csv-demoInstall the dependecies
composer install
npm install
npm run devCopy the .env file
cp .env.example .env
Generate a new key
php artisan key:generateThen
php artisan migrate --seedAccess the app Email: [email protected] Password: password
NOTE: This project is using sqlite by default, if you want to switch to mysql or any DB driver, you may change the driver from the .env file.
This project uses redis as a queue driver, if you want to change it, you may change your .env file configuration as well, or install redis in your local machine.