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-demo
Install the dependecies
composer install
npm install
npm run dev
Copy the .env
file
cp .env.example .env
Generate a new key
php artisan key:generate
Then
php artisan migrate --seed
Access the app Email: test@example.com 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.