mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-25 20:08:23 +02:00
Finished the basic contact validation
This commit is contained in:
parent
19a4dc4048
commit
c43155eb89
6 changed files with 107 additions and 17 deletions
|
@ -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```)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue