- PHP 5.6 or higher
- Composer
- Clone the repository
- Run
composer install
- Create an
.env
file
# Change these credentials
SENDER_USERNAME=example@student.uni-tuebingen.de
SENDER_PASSWORD=1324567890
EMAIL_HOST=smtpserv.uni-tuebingen.de
EMAIL_PORT=587
composer install
.env
file# Change these credentials
SENDER_USERNAME=example@student.uni-tuebingen.de
SENDER_PASSWORD=1324567890
EMAIL_HOST=smtpserv.uni-tuebingen.de
EMAIL_PORT=587