
Symfony PHP Framework Tutorial - Full Course
video description
Date: 2022-03-14
Related videos
Comments and reviews: 10
Mohammad
As a web dev student who only knows HTML, CSS, JS and PHP, I hate that I have to learn how to use this piece of crap framework as part of my syllabus. Seriously, why did they make it so ridiculously hard? Do they deem people without a master's degree in computer science unworthy of using their precious framework? And it's not even like it actually saves you time. What's the point of having 10,000+ config files for what you can fit into three vanilla PHP files?
reply
As a web dev student who only knows HTML, CSS, JS and PHP, I hate that I have to learn how to use this piece of crap framework as part of my syllabus. Seriously, why did they make it so ridiculously hard? Do they deem people without a master's degree in computer science unworthy of using their precious framework? And it's not even like it actually saves you time. What's the point of having 10,000+ config files for what you can fit into three vanilla PHP files?
reply
Chris
Quick note here, cheers for an informative presentation. I'm following along setting this up on a brand new Ubuntu 20.04 VM, and needed to pre-install Libtinfo5 (sudo apt install libtinfo5) for the LAMP Stack install to work, not a complaint, just a note in case others find the same problem with a later version of Ubuntu/LAMP than you were using... or existed.. when you did the video.
reply
Quick note here, cheers for an informative presentation. I'm following along setting this up on a brand new Ubuntu 20.04 VM, and needed to pre-install Libtinfo5 (sudo apt install libtinfo5) for the LAMP Stack install to work, not a complaint, just a note in case others find the same problem with a later version of Ubuntu/LAMP than you were using... or existed.. when you did the video.
reply
Paul
Many thanks for this very informative tutorial with well-chosen examples. I was able to follow the instructions using Symfony 5.3.9 and PHP 8.0.11 (on macOS with Homebrew), with only a few adjustments - so it's still very relevant. When I came across errors in what I had done, I was able to find solutions with explanations online.
reply
Many thanks for this very informative tutorial with well-chosen examples. I was able to follow the instructions using Symfony 5.3.9 and PHP 8.0.11 (on macOS with Homebrew), with only a few adjustments - so it's still very relevant. When I came across errors in what I had done, I was able to find solutions with explanations online.
reply
freecodecamp
All that stuff at beginning, couldn't you just install php, mariadb and phpmyadmin. And run:
php -S localhost:8888
in symfony -public- dir and
php -S localhost:9999
in -/usr/share/webapps/phpMyAdmin-
reply
All that stuff at beginning, couldn't you just install php, mariadb and phpmyadmin. And run:
php -S localhost:8888
in symfony -public- dir and
php -S localhost:9999
in -/usr/share/webapps/phpMyAdmin-
reply
RoadStar
One of the best Symfony tutorial for beginners. It's explained very well and only for 3 hours, you create solid basis for the Symfony and you are ready to move on much more easy.
Great job!!!
reply
One of the best Symfony tutorial for beginners. It's explained very well and only for 3 hours, you create solid basis for the Symfony and you are ready to move on much more easy.
Great job!!!
reply
Kirin
FOR ANYONE TRYING TO DO THIS ON PHP 8.0:
use composer require dump --ignore-platform-reqs
to ignore pph 8.0 errors, as things like twig, make, dump, annotations etc requires PHP 7.X- atm
reply
FOR ANYONE TRYING TO DO THIS ON PHP 8.0:
use composer require dump --ignore-platform-reqs
to ignore pph 8.0 errors, as things like twig, make, dump, annotations etc requires PHP 7.X- atm
reply
Hugo
Thank you very much! This is all one need to get started to understand the benefits of using a PHP framework and start using Symfony. A lot more to learn, but definetely it is worth the effort.
reply
Thank you very much! This is all one need to get started to understand the benefits of using a PHP framework and start using Symfony. A lot more to learn, but definetely it is worth the effort.
reply
Seta
Thank you. How can I open the -register- page without Login? I made a project on this tutorial, but now if I want to make new registration, I must be logged in.... That maybe is my mistake?
reply
Thank you. How can I open the -register- page without Login? I made a project on this tutorial, but now if I want to make new registration, I must be logged in.... That maybe is my mistake?
reply
Jacin
Hello, I'm doing the tutorial with Symfony 5 and onAuthenticationSuccess is not being called after I log in. Can someone help me?
Thank you for the video. So much value for free.
reply
Hello, I'm doing the tutorial with Symfony 5 and onAuthenticationSuccess is not being called after I log in. Can someone help me?
Thank you for the video. So much value for free.
reply
sparker599
if you get the following error:
syntax error, unexpected ':', expecting ',' or ')'
then make sure you didn't type the string -content:- that shows up in his IDE at 36:47
reply
if you get the following error:
syntax error, unexpected ':', expecting ',' or ')'
then make sure you didn't type the string -content:- that shows up in his IDE at 36:47
reply
Add a review, comment
Other channel videos















