Skip to content

Commit

Permalink
Merge pull request #39 from startersclan/docs/readme-update-developme…
Browse files Browse the repository at this point in the history
…nt-docs

Docs (readme): Update development docs
  • Loading branch information
leojonathanoh authored Nov 4, 2022
2 parents 314711f + 387e047 commit 9543741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ See [this](docs/full-bf2-stack-example) example showing how to deploy [Battlefie
## Development

- Install `docker` and `docker-compose`
- Use `vscode` for development. Install `vscode` extensions [`PHP Intelephense`](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) for intellisense, and [xdebug](https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug) and for `php` debugging.
- To start `php` debugging, press `F5` in `vscode`. Set breakpoints in code, and whenever a page is loaded,`vscode` shows hit breakpoints. To stop debugging, press `shift+F5`.
- Install `vscode` for development. Install `vscode` extensions [`PHP Intelephense`](https://marketplace.visualstudio.com/items?itemName=bmewburn.vscode-intelephense-client) for intellisense, and [xdebug](https://marketplace.visualstudio.com/items?itemName=xdebug.php-debug) and for `php` debugging.
- To start `php` debugging, press `F5` in `vscode`. Set breakpoints in code, and whenever a page is loaded, `vscode` shows hit breakpoints. To stop debugging, press `shift+F5`.

```sh
# Start
Expand Down

0 comments on commit 9543741

Please sign in to comment.