Chapters
20 Chapters
|
1:53:05
|
Login to bookmark this video
-
Course Code
Login or register to download the code!
Login or register to download the code!
-
This Video
Login or register to download the video!
Login or register to download the video!
-
Subtitles
Login or register to download the subtitles!
Login or register to download the subtitles!
-
Course Script
Login or register to download the script!
Login or register 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!
This tutorial works perfectly with both Symfony 7 & 8!
What PHP libraries does this tutorial use?
// composer.json
{
"require": {
"php": ">=8.2",
"ext-ctype": "*",
"ext-iconv": "*",
"php-cs-fixer/shim": "^3.46", // v3.46.0
"phpdocumentor/reflection-docblock": "^5.3", // 5.3.0
"phpstan/phpdoc-parser": "^1.25", // 1.25.0
"symfony/asset": "7.0.*", // v7.0.3
"symfony/asset-mapper": "7.0.*", // v7.0.2
"symfony/console": "7.0.*", // v7.0.2
"symfony/dotenv": "7.0.*", // v7.0.2
"symfony/flex": "^2", // v2.4.3
"symfony/framework-bundle": "7.0.*", // v7.0.2
"symfony/monolog-bundle": "^3.0", // v3.10.0
"symfony/property-access": "7.0.*", // v7.0.0
"symfony/property-info": "7.0.*", // v7.0.0
"symfony/runtime": "7.0.*", // v7.0.0
"symfony/serializer": "7.0.*", // v7.0.2
"symfony/stimulus-bundle": "^2.13", // v2.13.3
"symfony/twig-bundle": "7.0.*", // v7.0.0
"symfony/ux-turbo": "^2.13", // v2.13.2
"symfony/yaml": "7.0.*", // v7.0.0
"symfonycasts/tailwind-bundle": "^0.7.1", // v0.7.1
"twig/extra-bundle": "^2.12|^3.0", // v3.8.0
"twig/twig": "^2.12|^3.0" // v3.8.0
},
"require-dev": {
"symfony/debug-bundle": "7.0.*", // v7.0.0
"symfony/maker-bundle": "^1.52", // v1.53.0
"symfony/stopwatch": "7.0.*", // v7.0.0
"symfony/web-profiler-bundle": "7.0.*" // v7.0.2
}
}
37 Comments
This whole course was incredibly clear and helpful.
Two thumbs up!
Thanks @Sam35!
The course is amazing! Thank you so much 🥰
We're glad you liked it!
I am an enterprise developer with very little front-end knowledge, and following this course was super easy and very enlightening. It was presented in a fun way (live long and prosper ;-) and when I was stuck (once), Ryan responded very quickly. I am impressed and considering spending money to access the rest of the courses.
As a developer who is mostly doing ERP code work and interacting with a web developer team that manages our company web site written in Drupal (which is written in Symfony), this will help me communicate better with the off-shore dev team and also understand their responses. Hopefully I can also make some small code changes, but at the very least I may be able to understand some Drupal code better.
Finally I want to add, that I am pretty much a one man show at the company next to the CEO who also does some ERP code work. I am taking on many tasks that go far and beyond his capabilities by doing lots of research. We have two projects at the company that I intend to turn into Symfony projects. Both will heavily depend on database interaction with our ERP system. This should be fun!
So far I am very impressed with how easy coding in Symfony is, but now I need to take the leap to accessing database entities which is the meat and potato of my overall work.
Thank you, Ryan, for being a great presenter!
Hey Kay,
Thank you for such kind words about this course! You made our day ❤️
You will find the Doctrine (DB entities) course in the Symfony 7 track too: https://symfonycasts.com/tracks/symfony . However, the next one would be better to watch: https://symfonycasts.com/screencast/symfony-fundamentals/ - that will be the correct course order to follow :)
Cheers!
This course is exceptionally well designed. Thank you...
You're welcome :]
Nice sessions. There is a lot with Symfony that was unknown to me. The Stimulus and turbo are killers.
it is really dangerous now. See you in the next session. Thank you!
Hey @Abhi
In that case, I bet you'll love this other course https://symfonycasts.com/screencast/last-stack
Cheers!
I started with HTML, CSS, and JS two years ago. I've been using PHP and SQL for four months now. Now I discovered Symfony, and it's fantastic, just like this tutorial! I laughed a few times. I loved the phrase "Super Nice." Super Nice! Thanks!
I'm happy to hear it! I'll assure Ryan reads this :]
Really great work on this course and thanks for providing it for free. I think I'm hooked on Symfony now.
Hey Marshall,
Thank you for this feedback and your interest in SymfonyCasts tutorials! We're super happy to hear you liked this free course, and hearing that you're hooked on Symfony is 🖤
Happy coding with Symfony!
Cheers!
I love this series. When I first started learning Symfony, I was so confused. Now, I have a clear image of Symfony, and I am ready to dive deep into it
Hey mr_kava,
We're happy to hear you love it ❤️ Stay tuned for more cool tutorials :)
Cheers!
Great tutorial, thanks! Learned a lot, and yeah Symfony is cool
You're welcome!
Thanks for the course, this is great stuff
Hey Leed,
Thank you for your feedback!
Cheers!
Awesome! loved this first course! thank-you for putting it together!
Hey Richard,
Thank you for the kind words about this course! We're happy to hear you liked it! :)
Cheers!
A very busy week to successfully complete this course during it. Thank you very much!!!
Hey Erick,
You made it, well done! 👏
Cheers!
It is so nice and joyful to see Ryan back as the instructor in this course. Very handy content, expect to see many other new courses like that. Thanks to all SF team!
Hey @iclaborda!
Unfortunately, I'm not back as an instructor (this course was from before all the craziness), but I am slowly working more with Kevin (and our other behind-the-scenes helpers) to keep up the same quality and fun. And hopefully, to accelerate our content-creation pace! A lot of cool work happening!
Cheers!
Hey @iclaborda ,
Thank you for your feedback! ❤️ Stay tuned for more courses ;)
Cheers!
Great, Thanks a lot
Excellent, I've learned a lot and enjoyed it very much
Hey @tomoguchi ,
Thank you for your feedback! We're delighted to hear you enjoyed it!
Cheers!
Beautiful and very useful course. Thank you so much!
Hey Jared,
Thank you for your feedback! We're thrilled to hear you liked this course and that it was useful for you :)
Stay tuned for more content ;)
Cheers!
Hello,
Do you have any course for integration symfony+react +typescript together?
Hey @Mahmut-A
We have a tutorial about Symfony + React 16. React is integrated through Symfony Encore, which uses Webpack under the hoods. Ryan does not use Typescript in that tutorial but it should be easy to support it by configuring Webpack.
Tutorial link: https://symfonycasts.com/screencast/reactjs
Cheers!
thank you. I will try to follow below link also.
https://symfony.com/bundles/ux-react/current/index.html#usage
That was so good!
Thanks!
Hey Saidazim,
We're glad to hear this video was useful for you!
Cheers!
"Houston: no signs of life"
Start the conversation!