Update README.md
This commit is contained in:
parent
f05d8855c5
commit
e7463c39d4
1 changed files with 7 additions and 1 deletions
|
@ -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/).
|
||||
|
|
Loading…
Add table
Reference in a new issue