Chapters
30 Chapters
|
2:45:48
|
Login to bookmark this video
-
Course Code
Subscribe to download the code!Compatible PHP versions: >=5.5.9
Subscribe to download the code!Compatible PHP versions: >=5.5.9
-
This Video
Subscribe to download the video!
Subscribe to download the video!
-
Course Script
Subscribe to download the script!
Subscribe to download the script!
02.
Modules
Scroll down to the script below, click on any sentence (including terminal blocks) to jump to that spot in the video!
Subscribe to jump to this part in the video!
This tutorial is built using an older version of Symfony, but the core concepts of Ansible are still valid. New versions of Ansible may contain some features that we don't use here.
What PHP libraries does this tutorial use?
// composer.json
{
"require": {
"php": ">=5.5.9",
"symfony/symfony": "3.1.*", // v3.1.4
"doctrine/orm": "^2.5", // v2.7.2
"doctrine/doctrine-bundle": "^1.6", // 1.6.4
"doctrine/doctrine-cache-bundle": "^1.2", // 1.3.0
"symfony/swiftmailer-bundle": "^2.3", // v2.3.11
"symfony/monolog-bundle": "^2.8", // 2.11.1
"symfony/polyfill-apcu": "^1.0", // v1.2.0
"sensio/distribution-bundle": "^5.0", // v5.0.12
"sensio/framework-extra-bundle": "^3.0.2", // v3.0.16
"incenteev/composer-parameter-handler": "^2.0", // v2.1.2
"doctrine/doctrine-migrations-bundle": "^1.2", // v1.2.0
"snc/redis-bundle": "^2.0", // 2.0.0
"predis/predis": "^1.1", // v1.1.1
"composer/package-versions-deprecated": "^1.11" // 1.11.99
},
"require-dev": {
"sensio/generator-bundle": "^3.0", // v3.0.8
"symfony/phpunit-bridge": "^3.0", // v3.1.4
"doctrine/data-fixtures": "^1.1", // 1.3.3
"hautelook/alice-bundle": "^1.3" // v1.4.1
}
}
4 Comments
Dear Ryan,
I believe there is a typo. The text states "bin/echo" and the video shows "/bin/echo".
Drove me a bit nuts because I thought you probably ment the symfony "bin/" folder but why "echo"?!?
Cheers
Karsten
Hey Karsten,
Woops, I missed it! Fixed in https://github.com/knpunive...
Thank you for letting us know,
Cheers!
Oh I can fork you on github? :D Good to know! Thanks!
Yep, you can! All our tutorials are public on GitHub so if you see a misprint - feel free to create a PR if you don't mind or just let us know in commends, open an issue on GitHub, email us, etc. It's a bit tricky for code blocks, because we use our internal tool for them, but misprints in text you can easily fix with PRs ;)
P.S. we have an "Edit on GitHub" button (a pencil icon in the right up corner of any chapter), so you don't need to look for the right repository and chapter on GitHub - it already refers to the proper page :)
"Houston: no signs of life"
Start the conversation!