Skip to content

Commit

Permalink
Added dev server info
Browse files Browse the repository at this point in the history
  • Loading branch information
Matix-Media committed Jul 24, 2020
1 parent 92134f4 commit 5f412aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ Copy the repository in your destination folder

Typically, you should use a web server such as Apache or Ngnix.

If you want to use the built in PHP web server during development, navigate to the `public` folder and run the following command:

```shell
php -S localhost:8000
```

## Directory Structure

After successfully installing ezpzPHP, you should take a glance around the project to familiarize yourself with the directory structure.
Expand Down

0 comments on commit 5f412aa

Please sign in to comment.