VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
Symfony PHP Framework Tutorial - Full Course

Symfony PHP Framework Tutorial - Full Course

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
Symfony is a PHP web application framework and a set of reusable PHP components/libraries. Learn how to use it in this full tutorial course for beginners
Date: 2022-03-14

Comments and reviews: 10


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

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

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

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

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

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

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. 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

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

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