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