Up & Running With Symfony 4 - Part 1: Setup, Controllers, Twig

  Рет қаралды 191,999

Traversy Media

Traversy Media

Күн бұрын

Пікірлер: 213
@TraversyMedia
@TraversyMedia 6 жыл бұрын
Enjoy guys. I had to tend to my PHP peeps. Oh and I called the app symphart because symfart just didn't feel right :0. Don't forget to like and share
@thatdooddillon
@thatdooddillon 6 жыл бұрын
Thank you Brad! I'm getting started learning Symfony to get ahead on an upcoming internship, and your videos have helped me immensely, all the best!
@ginoahmad4694
@ginoahmad4694 6 жыл бұрын
used $ composer install for your project from guthub as instructed but got this error: [ErrorException] Declaration of Symfony\Flex\ParallelDownloader::getRemoteContents($originUr l, $fileUrl, $context) should be compatible with Composer\Util\RemoteFilesy stem::getRemoteContents($originUrl, $fileUrl, $context, ?array &$responseHe aders = NULL)
@JonNiola
@JonNiola 5 жыл бұрын
Brad I really liked your Symfony videos. Among the best there are on KZbin. Wish you'd do more of them.
@ZenAzou
@ZenAzou 5 жыл бұрын
yeah, Symfart would've been too fart-y :xd
@johnnyt.7619
@johnnyt.7619 4 жыл бұрын
i'm learning programming as a digital marketer, thanks for your tutor guides and make my life much easier
@florianhermann1558
@florianhermann1558 6 жыл бұрын
Hi Brad, it's nice to see you finally using my favourite framework! Thanks to promote it :) There are some tips from a Symfony developer : - You don't tell a lot about it, so I will suggest to viewers to have a look at Symfony Flex which is the major change in Symfony 4. Basically, it is built on the top of composer and allows to install bundles with preconfiguration. - You can start a project using symfony/website-skeleton instead of symfony/skeleton. This skeleton follows the basic symfony 3 skeleton in term of dependencies. It's better for beginners who don't know all the symfony dependencies that they need. You can still remove some of them easily thanks to Symfony Flex. - Use the Symfony Maker bundle which is the new way to generate skeleton code for your controllers, entities, form and even basic crud based on an entity. Moreover, the skeleton code will follow best practices and will depend on your dependencies
@pranansubba9587
@pranansubba9587 6 жыл бұрын
Symfony 4 tutorial... oh my god... You heard my prayers... thanks Brad, your are awesome....
@JinTwisT
@JinTwisT 6 жыл бұрын
I can say my favorite dev teacher. I learned a lot from you in past years and every day you make my life easier! Thank's because of you and people like you who love to share knowledge I love my job that I'm working
@Dragonaz
@Dragonaz 5 жыл бұрын
"Symfony\Bundle\FrameworkBundle\Controller\Controller" Replaced with "Symfony\Bundle\FrameworkBundle\Controller\AbstractController"
@mikeprus2690
@mikeprus2690 5 жыл бұрын
And also: class ArticleController extends Controller became to class ArticleController extends AbstractController
@kennymui5586
@kennymui5586 5 жыл бұрын
THANK YOU!
@BR-ro3tf
@BR-ro3tf 4 жыл бұрын
Thank you!
@oussamaml4161
@oussamaml4161 4 жыл бұрын
Can't thank you enough Drago and Nikita
@galaxysamsung3320
@galaxysamsung3320 4 жыл бұрын
Oh, this saved me so much time. Thanks! Nikita Prus, Dragonaz TN
@stefan4800
@stefan4800 6 жыл бұрын
Yeah, Laravel is full of 'magic'. Many things in Laravel I do in native PHP and later on find out the Laravel way of doing things which was far easier way, but I'm glad I actually do it in the harder way first because that make me a better programmer. People really should learn the raw PHP first because if they rely only on Laravel and take solutions out of the box, they will be handicapped. Anyway, I'm always glad when I see the new PHP stuff on Brad's channel and I'm glad he didn't become fully hysterical Node hipster. :D Thanks Brad!
@agil-j4n
@agil-j4n 6 жыл бұрын
kanaltut well to be honest, you won't be able to do everything in laravel unless you learn the php way, when things don't make sense, you don't actually learn it. I'm still gonna stay with Laravel. It's so clean and beautiful. Lets you start doing your code without worrying about certain things
@ThemisTheotokatos
@ThemisTheotokatos 6 жыл бұрын
Thank you. I almost always get criticized for actually working in native php. I understand that knowing a framework will boost your job but I agree with you, just learning the framework and not php will handicap you. We need both.
@stormybear4986
@stormybear4986 3 жыл бұрын
Watching you build that navbar from scratch was a thing of beauty! I want to be you when I grow up as a developer!
@stormybear4986
@stormybear4986 3 жыл бұрын
Brad, I'm amazed at how fluently you know your Bootstrap classes! Big Props!
@rotimibest8530
@rotimibest8530 6 жыл бұрын
Just every time I need to learn a new technology, Brad comes up with a complete tutorial on it. Thanks for making our journey easier and faster. Thumbs up..
@retiar2111
@retiar2111 6 жыл бұрын
DUUUDE, THIS IS PURE AWESOMENESS, I JUST GOT A JOB ON UPWORK AND NEED SOME SYMFONY KNOWLEDGE!!! YOURE MY SAVIOR LOVE YOU BRAD! FAN SINCE 2016!
@Douli974
@Douli974 6 жыл бұрын
I was looking for a good tutorial on symfony 4, thank you for reading my thoughts ! Your videos are really addictive !
@GameOver7853
@GameOver7853 6 жыл бұрын
Douli Abdallah lol
@elise6027
@elise6027 6 жыл бұрын
Just beginning Symfony 4, and this is the best tutorial I found Thank you, this helped me so much understanding how all these works !
@EnricoPascucci
@EnricoPascucci 6 жыл бұрын
First of all: beautiful tutorial! Then, I have a request for you: Is it possible to see your VS Code setup?
@jondyason336
@jondyason336 3 жыл бұрын
Im half way through. Just wanted to say thanks for this great tutorial!
@EnzoAguiar
@EnzoAguiar 6 жыл бұрын
I was looking forward to this version, i'm using an old version based on your first symfony series. Thanks so much Brad!
@blindsniper141
@blindsniper141 6 жыл бұрын
Yes! I was just looking for complete symfony walkthroughs! Thanks!
@hassanelghafoud
@hassanelghafoud 4 жыл бұрын
This is the best tutorial I found about Symfony 4. Great job! Thank you.
@chawkichalladia1812
@chawkichalladia1812 6 жыл бұрын
you the best man, i was just looking for some sort of tutorial on symfony
@wiktorliszkiewicz354
@wiktorliszkiewicz354 6 жыл бұрын
More videos like this man. Great job ;) I would love to see Symfony 4 seria to continue, to more advance topics.
@petemartinez3017
@petemartinez3017 6 жыл бұрын
This is really good! First Windows tutorial I have seen on this subject. Only thing I did differently was use IIS. Nice Job! Thanks
@bidam1984
@bidam1984 6 жыл бұрын
You made me love PHP again
@origami7749
@origami7749 5 жыл бұрын
I love annotated routes. ty for sharing!
@Piano_Albert
@Piano_Albert 5 жыл бұрын
This was exactly what I was looking for, thank you Brad
@m4tt72
@m4tt72 6 жыл бұрын
This came out just when i needed it, Thank you so much sir
@jitenderk4975
@jitenderk4975 5 жыл бұрын
Thanks Brad for this video. Its pretty good and easy to understand
@galaxysamsung3320
@galaxysamsung3320 4 жыл бұрын
If you want AutoComplete (Emmet) in your "html.twig" files you must edit some stuff in VSCode. Go to: File -> Preferences -> Settings 》 Extensions 》 Emmet 》 under "Include Languages" click "Edit in settings.json", then under "workbench.colorTheme" but before closing "}" add this: "files.associations": { "*html.twig": "html" }, "emmet.includeLanguages": { "twig": "html" }
@AndrewErwin73
@AndrewErwin73 6 жыл бұрын
I really love Laravel and use it quite often. But, Symfony seems to offer a lot more (for lack of a better word) configuration... one thing I really like is that you can set non-existent routes in your template (Laravel will give you an error when you do this). Not sure why I never checked out Symfony before, but I am glad I came across this video. Thanks, Brad...again!
@AndrewErwin73
@AndrewErwin73 6 жыл бұрын
@John Smith I wouldn't say that it is built ON symphony, it is modular and uses a bit of code from many different projects. For example, Symfony uses Doctrine as its ORM where Laravel uses Eloquent. Symfony uses Twig as its template engine, Laravel uses Blade (which as far as I can tell is proprietary)... the vendor folder of a full Laravel install is something like 200 MB... HUGE!
@AndrewErwin73
@AndrewErwin73 6 жыл бұрын
@John Smith fair enough! :)
@TECHNOLOGYFAQ
@TECHNOLOGYFAQ 6 жыл бұрын
Brad your videos are very helpful. You are really doing a great work. Thanks. Please make a series on Fat-Free-Framework.
@kiranbabusannapu1385
@kiranbabusannapu1385 3 жыл бұрын
Great explanation and great video
@finskou
@finskou 5 жыл бұрын
This is the tutorial I've been looking for
@jimjrivan
@jimjrivan 6 жыл бұрын
I like so much by this video, i did learn quickly. Symfony is a powerful php framework. I like so much to work with him. Congrats!!
@waldemarmalecki9050
@waldemarmalecki9050 6 жыл бұрын
Thanks - everything ok - especially today was useful to me the part about xampp configure and the DB - MySql configure symfony-XAMPP in next video. I have seen two parts so far I say one - GRAT JOB - Thank You
@DhiaMagicien
@DhiaMagicien 5 жыл бұрын
Class "Symfony\Bundle\FrameworkBundle\Controller\Controller" not found while loading "App\Controller\ArticleController".
@ssnieckus0
@ssnieckus0 5 жыл бұрын
Same problem here
@DhiaMagicien
@DhiaMagicien 5 жыл бұрын
@@ssnieckus0 i found solution , dont use Symfony\Bundle\FrameworkBundle\Controller use instead : Symfony\Bundle\FrameworkBundle\Controller\AbstractController
@anasamoukova6859
@anasamoukova6859 4 жыл бұрын
@@DhiaMagicien Thanks a lot!
@DhiaMagicien
@DhiaMagicien 4 жыл бұрын
@@anasamoukova6859 welcom
@Raaampage
@Raaampage 5 жыл бұрын
Thanks, that's a perfect way to start approaching Symfony in my opinion :) I hope I'll be able to follow along because Symfony videos on KZbin tend to start easy but in 3 videos you're lost lol :D
@CodeSOS
@CodeSOS 4 жыл бұрын
Very informative tutorial. Thanks for sharing. 👍
@01Basti05
@01Basti05 5 жыл бұрын
Exactly what i need. Thank you a lot!!!
@ummehanyarozshandaanny2846
@ummehanyarozshandaanny2846 4 жыл бұрын
Thanks a lot . I needed this badly.
@NeverCodeAlone
@NeverCodeAlone 4 жыл бұрын
Nice overview and speed...thank you!!
@patmosland
@patmosland 3 жыл бұрын
Thank you for yout labor! It's very cool tutorial.
@abdulghaniofficial
@abdulghaniofficial 5 жыл бұрын
Awesome, informative as always. ♥️
@krawallbruderhamburg
@krawallbruderhamburg 6 жыл бұрын
Hey Brad thank you for all your work an passion with your youtubechannel. beside watching the adds in the videos i wanted to donate you a few bugs. PP makes it very hard to donate. but in the end it made it. then i visit your homepage and found out, that you have a patreon page. maybe you should put that a bit more public .. including the PP-Donationlink. i dont think anyone here will be angry about it. i learned a lot on your channel, earn my money with it, give back to you. no problem. best regards from Hamburg / Germany. I will watch the symfony 4 course now and spend the day off on the computer. :) Jens
@krawallbruderhamburg
@krawallbruderhamburg 6 жыл бұрын
btw. after donation via PP i get redirected to: www.techguywebsolutions.com/?tx=7JG92516EY370564J&st=Completed&amt=20.00&cc=USD&cm=&item_number= That is your old company ... i hope you get the money anyway.
@ronnypermanahalim1562
@ronnypermanahalim1562 5 жыл бұрын
Thanks for the tutorial...
@preslavgetov4508
@preslavgetov4508 4 жыл бұрын
Just a word in here: I know this is an older tutorial, and Symfony now is at S5 but the way that you can actually view your project after setting up the server, editing the host file etc (big disclaimer - at least for me) is to do *localhost/index.php* not localhost whatever the name of the project was. Just a heads up because I spent like 15 minutes searching for a solution and just on a whim tried what I explained earlier. I am a noob btw so you know..
@karlosystem
@karlosystem 6 жыл бұрын
Very good !! . saludos from Lima - Perú
@engsiyad
@engsiyad 6 жыл бұрын
Brad can you please make KZbin video or course about microservices?
@TraversyMedia
@TraversyMedia 6 жыл бұрын
Sure, this is a general series but we can do something with microservices in the future
@swangiful
@swangiful 6 жыл бұрын
man, you the best... period!
@karolf1690
@karolf1690 6 жыл бұрын
23:40 How did you managed to change from navbar.navbar etc to navbar class with nav tags?
@karolf1690
@karolf1690 6 жыл бұрын
I got this - just hit TAB
@DaemonGenius
@DaemonGenius 5 жыл бұрын
What extensions do run? Great video btw..
@ennajihtazi1595
@ennajihtazi1595 4 жыл бұрын
my best channel
@ThemisTheotokatos
@ThemisTheotokatos 6 жыл бұрын
Hi great tutorial. Really helps.. Can you please explain what tool is auto completing those html elements while your just typing their classes and id? for example 25:12
@chetansant1560
@chetansant1560 6 жыл бұрын
Hi Themis, it is zen coding plugin. Available for many IDE. If you are using Sublime text then add package and search by emmet pulgin. You will also get emmet/zen coding cheat sheet. Enjoy
@ThemisTheotokatos
@ThemisTheotokatos 6 жыл бұрын
​@@chetansant1560 Thank you, hi, I am using visual studio code, but I cant find it with that name.
@chetansant1560
@chetansant1560 6 жыл бұрын
@@ThemisTheotokatos Emmet for VC. Chech this link kzbin.info/www/bejne/a5jYi52EeciJpKM
@pamphilemkp5841
@pamphilemkp5841 Жыл бұрын
I am familiar with rails since both are MVC I am just here enjoying this framework too
@eddier.6749
@eddier.6749 2 жыл бұрын
Hi Brad. Just started following this video, thanks for this. I'm having a hard time updating the host file in etc. I tried everything but can't do it.
@ИванИванов-я5э9к
@ИванИванов-я5э9к 6 жыл бұрын
Thank you! I like your content !!!
@PolYGlokk
@PolYGlokk 6 жыл бұрын
I'm starting taping code 23:20 and 23:38 BOOM wall. I'm using NP++ lol
@NeverCodeAlone
@NeverCodeAlone 4 жыл бұрын
Try visual studio code. It is free, super fast and a very good IDE ;)
@MajidLiaquat
@MajidLiaquat 6 жыл бұрын
Hello, I am confused about "/skeleton" in 5:06. What does it mean?
@webcrucialukwebsitedevelop1943
@webcrucialukwebsitedevelop1943 5 жыл бұрын
hi what is the shortcut key in visual studio for adding class/div tags?
@meet_sid
@meet_sid 5 жыл бұрын
It is Emmet snippets.
@christopherjr.dalisay4331
@christopherjr.dalisay4331 4 жыл бұрын
do I need to install symfony before running composer create-project symfony/skeleton ?
@paweupawel8890
@paweupawel8890 5 жыл бұрын
Why you don't use in the terminal server "bin-console server:run" ?
@mrsdhuha
@mrsdhuha 2 жыл бұрын
Many thanks for this video, what if I want to install Twig on my Vendor folder in MVC framework?
@jacobaddis4057
@jacobaddis4057 2 жыл бұрын
Hey, what is that extension you're using to auto-generate your HTML using the dot notation. I have been looking everywhere and I can't find it
@everlonpassos
@everlonpassos 6 жыл бұрын
I really enjoyed your lesson on Symfony 4 (3/3), a question: How are you using Annotations, how do I remove YAM and the components you are not using in the project?
@whitedragon101
@whitedragon101 3 жыл бұрын
Do you have a tutorial for all the vs code shortcuts you are using ? E.g Divs and nav bars magically generating after only entering a class name
@omarelrafhi9595
@omarelrafhi9595 5 жыл бұрын
NEED HELP :), i have a very specific issue: i changed my xampp port to 8012, then i wrote this in my apache vhost file: DocumentRoot "C:/xampp/htdocs/symphart/public" ServerName symphart.test then after running the hosts file in C:\Windows\System32\drivers\etc : with notebad in admin mode, i added this: #this is for symphart site 127.0.0.1:8012 symphart.test when i want to enter: symphart.test , it doesnt open and gives me: we're having trouble finding that site! what can be the problem? thanks!
@TheDorsvmine
@TheDorsvmine 5 жыл бұрын
Is this still relevant for 4.2 and the LTS 3.4? Wondering if I should watch this series over one that was made 2 weeks ago on a different channel; This one has amazing sound quality compared to the other one :>
@ChintanUmarani
@ChintanUmarani 6 жыл бұрын
Hi Brad, Which extension you are using to autocomplete HTML and CSS ?
@rlimacardoso140
@rlimacardoso140 5 жыл бұрын
marketplace.visualstudio.com/items?itemName=solnurkarim.html-to-css-autocompletion
@MrJonesdigital
@MrJonesdigital 6 жыл бұрын
Quick question how did you get "Emmet Abbreviations" to work when you are editing a twig file?
@kasunmadhuwantha
@kasunmadhuwantha 5 жыл бұрын
@Alec Rusu thanks
@anterpants
@anterpants 5 жыл бұрын
OK, seriously? This solution is gone now? This is my biggest gripe with this video, I can't keep up without pausing to manually type all this stuff out!
@anterpants
@anterpants 5 жыл бұрын
Finally found it, go to %appdata%\code\user and edit settings.json and add: "files.associations": { "*.html": "twig" }, "emmet.includeLanguages": { "twig": "html" }, What a pain.
@galaxysamsung3320
@galaxysamsung3320 4 жыл бұрын
@@anterpants Thank you, I tried it and didn't work. Looks like it needs to be modified like this: In VS Code, go to: File -> Preferences -> Settings 》 Extensions 》 Emmet 》 under "Include Languages" click "Edit in settings.json", then under "workbench.colorTheme" but before closing "}" add this: "files.associations": { "*html.twig": "html" }, "emmet.includeLanguages": { "twig": "html" }
@srijay_guitarist
@srijay_guitarist 5 жыл бұрын
So whenever we create a new project, we run the composer command and create virtual host entries every time for every project ? Sorry, i'm new to all this.
@nickgreen4336
@nickgreen4336 6 жыл бұрын
Thank you very much! It's a 100% real LIKE!
@alexweissnicht9545
@alexweissnicht9545 6 жыл бұрын
Hey, I have a problem, I get the following error: [Semantical Error] The annotation "@Sensio\Bundle\FrameworkExtreBundle\Configuration\Method" in method App\Controller\articlecontroller::index() does not exist, or could not be auto-loaded in C:\xampp\htdocs\symphart\config/routes\..\..\src\Controller\ (which is being imported from "C:\xampp\htdocs\symphart\config/routes/annotations.yaml"). Make sure annotations are installed and enabled. Thank you for ideas :-)
@luciomfv
@luciomfv 6 жыл бұрын
Go to git bash and run this command on your project folder: "composer require sensio/framework-extra-bundle". It worked for me. Source: symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
@alexweissnicht9545
@alexweissnicht9545 6 жыл бұрын
Thank you :-)
@5kplamse
@5kplamse 3 жыл бұрын
For those using Vagrant. copy the default config from /etc/apache2/sites-available/000-default.conf to /etc/apache2/sites-available/"".conf Then edit your ServerName and DocumentRoot just like the video above. Then enable it -> sudo a2ensite "".conf restart Apache, edit your hosts file in your host OS like the video Inside your hosts file, you must use the exact same domain and point to your private IP as specified in Vagrantfile
@nip360
@nip360 5 жыл бұрын
I don't need template engines at all. Can I avoid to use them? Just pure PHP as template engine.
@resu2381
@resu2381 4 жыл бұрын
What extension do you use to have autofill in .twig file?
@victoruzochukwu9366
@victoruzochukwu9366 6 жыл бұрын
great video, please can you make a video on microservice architecture using node
@janzielinski4378
@janzielinski4378 6 жыл бұрын
What shortcut you used in the 23:38 of the movie to generate a nav tag?
@hambaku7318
@hambaku7318 6 жыл бұрын
Kind of late, but you need to add this setting to your user settings: "emmet.triggerExpansionOnTab": true and then after writing what he wrote hit tab. It works with a lot of html tag abbreviations.
@puffkitty007
@puffkitty007 4 жыл бұрын
At 15:52 the browser for me shows the index of / and the maps. I need to go to symphart.test/symphart/public to show the response. The @Route("/) won't work for me for some reason.
@patatedeoufleretour
@patatedeoufleretour 6 жыл бұрын
Hi, is this tutorial series suited for beginners or should I be an intermediate Symfony developer before I watch the videos ? I never tried Symphony before, just a bit of Codeigniter.
@bartez8018
@bartez8018 5 жыл бұрын
Why I don't have any autocompletions/autosugestions in twig files?
@user-mfsc-2024
@user-mfsc-2024 6 жыл бұрын
is twig the default template engine of symfony ?
@js312
@js312 5 жыл бұрын
Lovely. How do i setup second virtual host since 127.0.0.1 is already taken ? I'm currently using few apps for testing.
@christofferpawirodinomo7639
@christofferpawirodinomo7639 Жыл бұрын
Hi brad. Can you make an video of Symfony's latest update?
@AndrewErwin73
@AndrewErwin73 6 жыл бұрын
I really like the Twig engine... I use it in a lot of projects. I definitely prefer the Blade engine! I haven't found a way to use Blade outside of Laravel. THAT would be great.
@muthuhari8875
@muthuhari8875 6 жыл бұрын
Thanks brad
@DrDentalMed
@DrDentalMed 6 жыл бұрын
Are we going to make a project while we follow your tutorial?
@ZyradosPlays
@ZyradosPlays 5 жыл бұрын
What extensions did you use? its really annoying without autocomplete or auto close HTML Tags in twig files ^^'
@ZombiTV1
@ZombiTV1 6 жыл бұрын
omg, thank you Brad
@paweupawel8890
@paweupawel8890 5 жыл бұрын
This project also works in version 4.3?
@boscocorrea1895
@boscocorrea1895 6 жыл бұрын
Can you please do more tutorials on react and firebase.. (Just a suggestion)
@erikstorm4536
@erikstorm4536 6 жыл бұрын
great stuf mann... thanks
@МиколаУкроповичь
@МиколаУкроповичь 6 жыл бұрын
Wow Symfony4 super!
@nowyty556
@nowyty556 5 жыл бұрын
Symfony is good for rest api or better another framework like Slim or laravel? What about .net? Any advice? :)
@muhammadhasansiddiqui6017
@muhammadhasansiddiqui6017 4 жыл бұрын
How do you know everything bro?? You are a legend
@ragiththomas9510
@ragiththomas9510 4 жыл бұрын
Your video tutorial is very awesome with a good explanation, I was trying to install composer in my wampserver but it was showing some error like this when I checked in command prompt C:\Users\Admin>composer PHP temp directory (C:\Program Files\KMSpico\temp) does not exist or is not writable to Composer. Set sys_temp_dir in your php.ini. Please guide me
@IroshanVithanage
@IroshanVithanage 6 жыл бұрын
do we must have to use Twig or any kind of templating engine, when creating Symfony apps?
@termetalic
@termetalic 6 жыл бұрын
do you have any idea, how to compress js, css, html and images in Symfony 4 in best practices? Please help me, if you know, how to do it.
@hoodedwarrior8956
@hoodedwarrior8956 6 жыл бұрын
Open up vendor sensio and symfony to see other available classes. Don't know if I had a plugin but for laravel it used to pop-up in vscode and you could select what to use... I'll miss that.
@pw4827
@pw4827 6 жыл бұрын
Yeah. VSCode is not the best IDE for Symfony. Unfortunately VS-Symfony community is very small and not active at all. If you want to have all this handy pop-ups and hints, you should use PHPStorm (which is proprietary and somewhat expensive for the newbie) or NetBeans (which is open-source and free) with Symfony plugin.
@hoodedwarrior8956
@hoodedwarrior8956 6 жыл бұрын
@@pw4827 Yea well, I misunderstood the concept behind symfony back then, now I am rather fond of those components and the fact that you can not even use the skeleton and only use 1 -3 specialized modules, autoload in your project and there you go. But this might also make it rather hard to make good typehinting, that ide would have to index everything on every file change in project.
@sakmaestro3852
@sakmaestro3852 Жыл бұрын
Today the latest is symfony 6,, it still first learn symfony 4 ,before diving to symfony 6? Or they are now big difference? Any recommended tutorial?
@manostzelepis6931
@manostzelepis6931 3 жыл бұрын
I had to do one more step for virtual host to work. Went to "C:\Apache24\conf\httpd.conf" and uncommented line "Include conf/extra/httpd-vhosts.conf" so that the changes we did in httpd-vhosts.conf will actually be included. (i do not use xampp installed apache mysql separately)
@davidvideauortega287
@davidvideauortega287 6 жыл бұрын
Hello Brad! Another great video! Thanks for it! I wanted to know if you could please do a video or a series in which you develop a simple progressive web app with HTML, CSS and JavaScript. I've discovered this "trend" recently and I find it really interesting, since I don't know Java, but I would really like to know how to develop an Android app of some kind. I hope I'm not being too ambitious! Thanks in advance man! I really really love your channel and every video you upload!
@js312
@js312 4 жыл бұрын
What do i need to do to be able to name my app .dev instead of .test. iT seems to only be working with .dev at the moment.
@commanderbensisko
@commanderbensisko 5 жыл бұрын
QUESTION: After executing composer require twig, how can someone new to Symfony know what path to import in the controller? By path I mean the USE SYMFONY\BUNDLE\FRAMEWORKBUNDLE\CONTROLLER\CONTOLLER line.
Up & Running With Symfony 4 - Part 2: Database & Doctrine ORM
22:50
Traversy Media
Рет қаралды 107 М.
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН
Война Семей - ВСЕ СЕРИИ, 1 сезон (серии 1-20)
7:40:31
Семейные Сериалы
Рет қаралды 1,6 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
Symfony 4 | Creating a Microservice (Part 1)
25:41
Qbrain
Рет қаралды 21 М.
Programming Is NOT Enough | Add these 7 skills…
13:19
Travis Media
Рет қаралды 424 М.
Has Coding Become Boring?
10:36
Traversy Media
Рет қаралды 30 М.
Why is Laravel NOT used in Big Development Projects?
11:53
Stefan Mischook
Рет қаралды 185 М.
Up & Running With Symfony 4 - Part 3: Create, Update & Delete
29:58
Traversy Media
Рет қаралды 68 М.
PHP on the frontend! No more Javascript!
14:47
Aaron Francis
Рет қаралды 127 М.
Learn Symfony in 1 Hour
1:11:01
Dave Hollingworth
Рет қаралды 9 М.
The Importance of Specialization in Coding
7:13
Traversy Media
Рет қаралды 243 М.
Thank you mommy 😊💝 #shorts
0:24
5-Minute Crafts HOUSE
Рет қаралды 33 МЛН