Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomilon committed Apr 27, 2018
1 parent 7416e64 commit 0ea2fef
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,25 @@

EzPHP is the easiest way to setup a PHP development environment for learning for Windows.

![Ezphp](https://raw.githubusercontent.com/marcomilon/ezphp/master/ezphp.gif)
![EzPHP](https://raw.githubusercontent.com/marcomilon/ezPHP/master/ezphp.gif)

### Installation

Download [ezphp.zip](https://github.com/marcomilon/ezphp/releases/download/0.0.1/ezphp.zip) to your desktop.
Download [ezphp.zip](https://github.com/marcomilon/ezPHP/releases/download/0.0.1/ezphp.zip) to your desktop.

### How it works?

After launching ezphp.exe you will get a PHP server on port 8080.
To start learning php just copy your php files to the **web** directory and then open your
browser at **http://localhost:8080**
After launching ezphp.exe you will get a PHP web server on port 8080.
To start programming with PHP just copy your PHP files to the **public** directory and then open the url **http://localhost:8080** on your web browser.

### Why i do EzPHP?
### Why i create EzPHP?

XAMP or equivalent environment are difficult to set up for people who are learning to code.
EzPHP is available only for windows.

### Requirements

PHP binaries require to have the Visual C++ Redistributable for Visual Studio 2017.
PHP binaries required to have *Visual C++ Redistributable for Visual Studio 2017* installed on your computer.
You may have installed in your PC. In case you need it you can download it from https://www.microsoft.com/en-us/download/details.aspx?id=48145


Expand Down

0 comments on commit 0ea2fef

Please sign in to comment.