Finished the basic contact validation

This commit is contained in:
Pinga 2024-02-19 12:52:25 +02:00
parent 19a4dc4048
commit c43155eb89
6 changed files with 107 additions and 17 deletions

View file

@ -399,20 +399,12 @@ This command will install the dependencies defined in your ```composer.json``` f
### Install Optional Dependencies:
Execute one of the following commands to install the optional dependencies:
```bash
composer require utopia-php/messaging
```
or
Execute the following command to install the optional dependencies:
```bash
composer require phpmailer/phpmailer
```
This command will install one of the packages which are essential for the mailing system of the control panel to function correctly.
### Creating an Admin User:
1. Navigate to the 'bin' Directory: Change to the 'bin' subdirectory where the admin user creation script is located. (```create_admin_user.php```)