Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions jekyll/_cci2/language-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ We maintain a reference PHP Laravel project to show how to build PHP on CircleCI
- <a href="https://github.com/CircleCI-Public/circleci-demo-php-laravel" target="_blank">Demo PHP Laravel Project on GitHub</a>
- <a href="https://circleci.com/gh/CircleCI-Public/circleci-demo-php-laravel" target="_blank">Demo PHP Laravel Project building on CircleCI</a>

In the project you will find a commented CircleCI configuration file <a href="https://github.com/CircleCI-Public/circleci-demo-php-laravel/blob/master/.circleci/config.yml" target="_blank">`.circleci/config.yml`</a>. This file shows best practice for using CircleCI 2.0 with PHP projects.
In the project you will find a commented CircleCI configuration file <a href="https://github.com/CircleCI-Public/circleci-demo-php-laravel/blob/circleci-2.0/.circleci/config.yml" target="_blank">`.circleci/config.yml`</a>. This file shows best practice for using CircleCI 2.0 with PHP projects.

## Pre-built CircleCI Docker images

Expand All @@ -44,4 +44,4 @@ Details of the configuration steps will be updated soon. Please see the `.circle

Success! You just set up CircleCI 2.0 for a PHP app. Check out our [project’s build page](https://circleci.com/gh/CircleCI-Public/circleci-demo-php-laravel) to see how this looks when building on CircleCI.

If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users.
If you have any questions about the specifics of testing your PHP application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users.