Fetch GIFS of your choice from GIPHY library
- run
composer install
- rename
.env.example
to.env
- get your API key from https://developers.giphy.com/ and paste it in
.env
- run
php -S localhost:8000
from project root to start server
Fetch GIFS of your choice from GIPHY library
composer install
.env.example
to .env
.env
php -S localhost:8000
from project root to start server