This is an implementation of Export/Import feature in Laravel. A blog about this can be found here: Laravel Export/Import: Step-by-Step Guide with Repo Example | Fajarwz.
composer install
cp .env.example .env
php artisan key:generate
- Create a database and connect it with Laravel with filling the DB name in
DB_DATABASE
- Adjust
DB_USERNAME
- Adjut
DB_PASSWORD
php artisan migrate --seed
php artisan serve