A website designed to show off SquaredLabs Scientific Illustrations, as well as requesting new illustrations.
cp .env.example .env
#Add database configuration in .env
Then,
composer install
php artisan migrate --seed
php artisan serve
Edit .env
, make sure DB_HOST=db
docker-compose up -d
docker-compose exec app composer install &&
php artisan key:generate &&
php artisan migrate