-
Notifications
You must be signed in to change notification settings - Fork 4
Install
DuelistRag3 edited this page May 9, 2022
·
4 revisions
PHP Extension | Apache2 Modules |
---|---|
Soap | Rewrite |
Curl | Headers |
BCMath | |
Ctype | |
Fileinfo | |
JSON | |
Mbstring | |
OpenSSL | |
PDO | |
Tokenizer | |
XML | |
GMP |
For a detailed tutorial how to install Apache and PHP check out this video: YouTube.
- Download the latest XAMPP version here
- Follow the installation
- Open XAMPP control panel as admin
- Click on Apache config and select httpd.conf
- Search for DocumentRoot and Directory around line 252.
- add /public behind /htdocs in both lines
- Enable Rewrite and Headers module by removing the # infront
- Go back to the control panel, click config again and select php.ini
- Search for "extension={extension name}" and enable all extensions from the list above (if an extension does not exists its enabled by default.)
- Start the apache and the mysql server
- Download the latest release here
- Unzip all files into your webservers htdocs folder
- Rename the .env.example file to .env
- Launch your application
- Navigate through the installer