Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 874 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 874 Bytes

Vue & Laravel Images Uploader Component

Youtube Tutorial link

Logo

This project is made for my youtube tutorial on "Image Uploader Component with Vue.JS & Laravel".

Image Uploader Component Example

get it up and running.

# go into the project
cd vue-laravel-image-uploader

# create a .env file
cp .env.example .env

# install composer dependencies
composer update

# install npm dependencies
npm install

# generate a key for your application
php artisan key:generate

# run webpack and watch for changes
npm run watch

Good Luck :)