Update README.md

This commit is contained in:
Zepher Ashe 2022-08-10 12:00:38 +01:00 committed by GitHub
parent f05d8855c5
commit e7463c39d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,7 +46,7 @@ Written primarily in OOP style PHP with the intent of better understanding OOP a
## Server Setup
As of v1.0.0-beta.1 PHP >= 8.0 is not supported.
v1.0.0-beta.1 is supported and tested in PHP 7.4, 8.0 and 8.1.
Please refer to [XAMPP](https://www.apachefriends.org/index.html) for the web server, PHP server and MySQL server configuration.
XAMPP is the simplest method as several servers are required to use Doogle.
@ -57,6 +57,12 @@ Once logged into the database via PHPMyAdmin under the **PHPMyAdmin > SQL** tab,
<img width="960" alt="Image1-PHPMyAdmin" src="https://user-images.githubusercontent.com/10171446/165310962-7ec771d2-50a0-4117-87f8-60373f694e55.png">
## PHP Dependencies
mysql
pdo_mysql
### SQL User Creation
Amend the password _PASSWORD_HERE_ using a strong [random password](https://passwordsgenerator.net/).