Upload de arquivos com AngularJS e Laravel - Tutorial
Clone the repository
git clone https://github.com/ClubeDosGeeksCoding/angular-laravel-upload
install the Laravel vendor files
composer install
Once your .env file is setup with your database connection parameters, run the migrations and seed the database
php artisan migrate
php artisan db:seed