Exercise files for the Laravel, Intervention Image and DigitalOcean Spaces screencast.
git clone git@github.com:ssd-tutorials/laravel-intervention-image-do-spaces.git
cd laravel-intervention-image-do-spaces
composer installCopy .env file and generate application key
cp .env.example .env
php artisan key:generatephp artisan migrate --seednpm install
npm run devOnce completed, you can open project in the browser.