Skip to content

Exercise files for the Laravel, Intervention Image and DigitalOcean Spaces live stream

Notifications You must be signed in to change notification settings

ssd-tutorials/laravel-intervention-image-do-spaces

Repository files navigation

Laravel, Intervention Image and DigitalOcean Spaces

Exercise files for the Laravel, Intervention Image and DigitalOcean Spaces screencast.

Set up project

Clone repository and install composer dependencies

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

Create database and update .env file with credentials, then run migration with seeds

php artisan migrate --seed

Install npm dependencies and generate assets

npm install

npm run dev

Once completed, you can open project in the browser.

About

Exercise files for the Laravel, Intervention Image and DigitalOcean Spaces live stream

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published