Chapters
25 Chapters
|
2:34:05
|
Login to bookmark this video
-
Course Code
Subscribe to download the code!
Subscribe to download the code!
-
This Video
Subscribe to download the video!
Subscribe to download the video!
-
Subtitles
Subscribe to download the subtitles!
Subscribe to download the subtitles!
-
Course Script
Subscribe to download the script!
Subscribe to download the script!
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!
What PHP libraries does this tutorial use?
// composer.json
{
"require": {
"php": ">=8.1",
"ext-ctype": "*",
"ext-iconv": "*",
"knplabs/knp-time-bundle": "^1.18", // v1.19.0
"symfony/asset": "6.1.*", // v6.1.0-RC1
"symfony/console": "6.1.*", // v6.1.0-RC1
"symfony/dotenv": "6.1.*", // v6.1.0-RC1
"symfony/flex": "^2", // v2.4.5
"symfony/framework-bundle": "6.1.*", // v6.1.0-RC1
"symfony/http-client": "6.1.*", // v6.1.0-RC1
"symfony/monolog-bundle": "^3.0", // v3.8.0
"symfony/runtime": "6.4.3", // v6.4.3
"symfony/twig-bundle": "6.1.*", // v6.1.0-RC1
"symfony/ux-turbo": "^2.0", // v2.1.1
"symfony/webpack-encore-bundle": "^1.13", // v1.14.1
"symfony/yaml": "6.1.*", // v6.1.0-RC1
"twig/extra-bundle": "^2.12|^3.0", // v3.4.0
"twig/twig": "^2.12|^3.0" // v3.4.0
},
"require-dev": {
"symfony/debug-bundle": "6.1.*", // v6.1.0-RC1
"symfony/maker-bundle": "^1.41", // v1.42.0
"symfony/stopwatch": "6.1.*", // v6.1.0-RC1
"symfony/web-profiler-bundle": "6.1.*" // v6.1.0-RC1
}
}
5 Comments
episode 1 link please.
Hey Tom-J,
The base course for Symfony 6 is this one: https://symfonycasts.com/screencast/symfony
Cheers!
Hello! With Symfony 7 I'm getting this error when I move on to the website on my localhost. I followed thoroughly the instructions in the finish/README.md :
Deprecated: ini_set(): assert.warning INI setting is deprecated in /Users/../Public/www/Wild-PHP-POEC-3-mois/finish/vendor/symfony/runtime/Internal/BasicErrorHandler.php on line 35
+
Warning: session_id(): Session ID cannot be changed after headers have already been sent
I can't seem to figure out how to solve this which makes it impossible for me to keep going with this course!! :(
I have ended up fining how to hide this error, since it seems to be deprecated since PHP 8
Although I also have this error : "HTTP/2 404 returned for "https://raw.githubusercontent.com/SymfonyCasts/vinyl-mixes/main/mixes.json"." in the second page.
I can access the content with curl, or online, but it doesn't seem to be working within the app
Hey @Lucas-B!
Thanks for the head's up about the deprecation - it looks like that's newly deprecated in PHP 8.3. We'll see if we can upgrade a few dependencies to avoid that error for people.
THAT is strange. Like you, the URL works for me. I see the
"at the end... that might just be naturally part of the HTML message... or maybe there is an extra quote in the URL for some reason?Cheers!
"Houston: no signs of life"
Start the conversation!