Exercise files for the Laravel, Intervention Image and DigitalOcean Spaces screencast.
git clone [email protected]:ssd-tutorials/laravel-intervention-image-do-spaces.git
cd laravel-intervention-image-do-spaces
composer install
Copy .env file and generate application key
cp .env.example .env
php artisan key:generate
php artisan migrate --seed
npm install
npm run dev
Once completed, you can open project in the browser.