multi-file-upload-vue-laravel

Clone the repo

git clone https://github.com/webdevmatics/multi-file-upload-vue-laravel.git

Then change directiory with

cd multi-file-upload-vue-laravel

Run

composer install

Copy

.env.example and save as .env and put your database info there

Run

php artisan key:generate

php artisan migrate

php artisan make:auth

Run

npm install

Then

npm run watch Keep it running on terminal (dont close)