Skip to content

DatepollSystems/DatePoll-Backend-PHP

Repository files navigation

DatePoll-Backend-PHP

Information

Releases

Releases are managed over git branches.

There are 2 different types:

  1. Latest release version: master
  2. Latest dev version: dev

Installation for production

Please head to this page to get the latest install instructions! Deployment and development are managed over Docker.

Development

A detailed development setup guide can be found here.

Commands cheat sheet

Accessing composer in docker container

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.

Accessing artisan in docker container

docker-compose exec datepoll-php php artisan

Accessing the sql server

docker-compose exec datepoll-mysql mysql -u homestead -p

Password: homestead

To use the DatePoll database: use homestead;