- Project website (https://datepoll.org)
- API / backend documentation (https://datepoll.org/docs/DatePoll)
- Other projects
- created with Lumen, used libaries.
Releases are managed over git branches.
There are 2 different types:
Please head to this page to get the latest install instructions! Deployment and development are managed over Docker.
A detailed development setup guide can be found here.
docker-compose exec datepoll-php php /usr/local/bin/composer
Are you having problems with dependencies not available for the php version?
Add --ignore-platform-reqs
after your composer command.
docker-compose exec datepoll-php php artisan
docker-compose exec datepoll-mysql mysql -u homestead -p
Password: homestead
To use the DatePoll database: use homestead;