Controllers in Symfony | Symfony 6 for Beginners | Learn Symfony 6 from Scratch | Learn Symfony

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 27

  • @u.tassinari2916
    @u.tassinari2916 2 роки тому +5

    why can we not use composer require symfony/maker-bundle --dev ? in 3:57

  • @b.c.2177
    @b.c.2177 Рік тому +2

    Annotations file has not been created in my case. The routes did not work at all until I switched to Nginx instead of Apache , my dev environment (DevilBox) . Now it works without annotations file.

  • @Astrovic1
    @Astrovic1 2 місяці тому

    what could be the mistake when the error message pops up: "Invalid route scope for route hallowelt."? I use Symfony with Shopware

  • @sakmaestro3852
    @sakmaestro3852 Рік тому +1

    Hope you can continue symfony tutorial... thank you so much sir... great tutorial... hope you can also cover how to setup CSS , JS, and bootstrap locally.... thanks again sir...

  • @AfmpJR
    @AfmpJR 5 місяців тому

    Dary. What is that (10k) bubble in your git extension icon (left sidebar)?

  • @abdulrahmanmasoud
    @abdulrahmanmasoud 2 роки тому +2

    Thank you so much for this course i hope to complete it

    • @codewithdary
      @codewithdary  2 роки тому +2

      We will definitely finish it together bro!

    • @AfmpJR
      @AfmpJR 5 місяців тому

      Have you completed?

  • @ApoRekt
    @ApoRekt 2 роки тому +4

    Hey, I noticed that my routes folder didn't have the annotations file so I went ahead and created it manually and i wrote the same stuff you had.
    Will that be a problem?
    I went through the previous 3 videos again to see if I missed something but I didn't.
    EDIT : I had errors when I added the annotations file myself. Even though I run the 'composer require doctrine/annotations' command and everything was installed, the annotations file wasn't created. So far it works without it (and doesn't work with it).

    • @b.c.2177
      @b.c.2177 Рік тому

      Same problem. In my case even the route does not work in browser, with annotations file created manually and without it :(

  • @YotoYoto-wq4de
    @YotoYoto-wq4de Рік тому +1

    cool videos, thank you

  • @hanselmejarito20
    @hanselmejarito20 9 місяців тому +3

    use this instead to install annotation. Thank me later.
    composer require doctrine/annotations

  • @emilianpopescu4551
    @emilianpopescu4551 2 роки тому +2

    Now, JsonResponse must be used instead of Response, i think...

  • @codewithdary
    @codewithdary  2 роки тому

    LETS CONNECT THROUGH INSTAGRAM.
    instagram.com/codewithdary

  • @simbarashemaunga5575
    @simbarashemaunga5575 Рік тому +1

    One would think the symfony guys would allow maker to just work out of the box

    • @codewithdary
      @codewithdary  Рік тому

      I have installed a skeleton project from scratch, I'm not 100% sure whether it will be added when you install a 'regular' Symfony project.

  • @astratow
    @astratow 2 роки тому

    terminal ctrl+shift+` for linux in codium or ctrl+shift+t :P