-
Make sure that composer is installed. The projects' PHP dependencies are listed in the
composer.json
configuration file. Next invokecomposer update
inorder to install the required PHP dependencies into the
vendor/
directory. For further information, please refer to the Composer documentation. -
Besides, configure the correct SMTP password within the
booking_request.php
file.
The contact form uses the booking@ferienwohnung-armbruster.de
email account
and relies on the PHPMailer package.