- Notifications
You must be signed in to change notification settings - Fork0
Laravel CSV demo for `laravel-csv` package
NotificationsYou must be signed in to change notification settings
coderflexx/laravel-csv-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project demo is to demonstrate on howlaravel-csv works
laravel_csv_demo.mp4
Clone the repo
git clone https://github.com/coderflexx/laravel-csv-demo
Install the dependecies
composer installnpm installnpm 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 appEmail:test@example.comPassword: password
NOTE: This project is usingsqlite
by default, if you want to switch tomysql
or any DB driver, you may change the driver from the.env
file.
This project usesredis
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.
About
Laravel CSV demo for `laravel-csv` package
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.