composer create-project laravel/laravel PROJECT-NAME
./resources/views
directory and name it fileUpload.blade.php
with the following contents:./routes/web.php
file. FB_ACCESS_KEY_ID
and FB_SECRET_ACCESS_KEY
values to reflect your Filebase Access and Secret Keys../config/filesystems.php
file. php artisan make:auth
composer require league/flysystem-aws-s3-v3 "^1.0"
php artisan serve
.env
file.