Battle: Laravel vs Symfony vs CodeIgniter | You won't believe who wins! | Jelvix

Sdílet
Vložit
  • čas přidán 25. 07. 2024
  • Dive into this explosive comparison of the top three PHP frameworks, Laravel vs Symfony vs CodeIgniter.
    ▶ Watch next: Node.js vs PHP - • Node.js is better than...
    ▶ Contact Jelvix: jelvix.com
    ▶ For CZcams partnerships: youtube@jelvix.com
    Subscribe for more tech tips and tutorials: / @jelvix
    ▶ Time codes:
    00:00 Laravel vs Symfony vs CodeIgniter
    00:33 Laravel
    01:09 Symfony
    02:11 CodeIgniter
    03:05 Comparison
    04:55 Watch this next
    ▶ Follow us:
    Facebook - / jelvixcompany
    Twitter - / jelvix
    Instagram - / jelvix
    Linkedin - / jelvix
    ▶ About this video:
    "Get ready to step into the thunderdome of PHP frameworks - Laravel, Symfony, and CodeIgniter - as we put them head-to-head in this eye-opening comparison video. We'll dissect each framework, diving deep into their features, performance, and ease-of-use to help you decide which is best for your next big project. Watch as we benchmark their abilities, revealing unexpected strengths and weaknesses that could make or break your decision. And, just when you think you've got it figured out, we deliver a surprise verdict that will turn everything you thought you knew on its head. It's the ultimate showdown you can't afford to miss!
    #tech #coding #programming #php
    ---
    Disclaimer:
    The content in this video is based on company's experience. The primary purpose of this video is to educate and inform. Note that Jelvix is not responsible for the results of advices that were taken without considering individual situation and goals of your business. Jelvix strongly recommends to perform your own independent research before making any critical decisions. If you have a complaint about something or find your content is being used incorrectly, please contact Jelvix.
    This video is available for private, non-commercial use only. You may not edit or modify this video.
  • Věda a technologie

Komentáře • 23

  • @Jelvix
    @Jelvix  Před rokem +3

    Thanks for watching! In your opinion, which framework should've won this battle? Share your thoughts in the comments below! 😁

  • @vrushalrt
    @vrushalrt Před 10 měsíci +30

    if you learn to dance with Symfony you will forgot the Laravel.

  • @hermes6910
    @hermes6910 Před 5 měsíci +3

    Symfony's documentation is so good that even though it's more complex, it's also easier to find your way around.

  • @sakmaestro3852
    @sakmaestro3852 Před 10 měsíci +1

    Any recommended symfony tutorial or course?

    • @datbunneh3671
      @datbunneh3671 Před 9 měsíci

      SymfonyCasts, Fast Track (book) and documentation.

  • @CharlyDS
    @CharlyDS Před 9 měsíci +6

    I've used Codeigniter since its early days and stayed in version 3 for a very long time. Recently I moved to version 4 which is fabulous, as it embraces namespaces, no more strange $this->load to use classes, and myriad little new things like a nice layout system (you can add twig of course). But it stays simple, fast, non invasive. I like that. Laravel is amazing, but for my use at least may be overwhelming but I think both have their uses and are very solid.

  • @mareks.4841
    @mareks.4841 Před 7 měsíci +4

    This is lacking critical analysis. The only negative of symfony is that it is difficult to learn? Really?

  • @MyZombieLick
    @MyZombieLick Před 5 měsíci +11

    Symfony is insanely easy to learn. Saying it has a steep learning curve is beyond ridiculous. This video was probably written by AI but I'm responding anyway because of the other comments... Everybody says Symfony is great for enterprise level apps... yea ok... this is true, but if you spend literally one hour reading documentation or are even just a somewhat (i.e., just 1 year) experienced developer with PHP in any real world situation, it's also spectacular for essentially any PHP project at all, big or small. It's best all around for any conceivable project in PHP as long as you aren't a third-rate garbage tier developer. Companies hire people from India that have no actual experience besides LITERAL scam projects and then wonder why Symfony isn't working out... yea ok dude. PHP 8 + Symfony 6.4+ or 7.x+ = best possible PHP experience. Even freshmen college interns can do awesome stuff with Symfony, and that's zoomer devs... now that's saying A LOT considering the state of current undergrads (it's bad... it's REALLLLL bad).

  • @MilMike
    @MilMike Před 6 měsíci +1

    I worked with each framework. But here my take for symfony vs laravel: Symfony is more flexible (more low level) than Laravel. But for data I prefer Laravel Eloquent than how Symfony deals with data (Doctrine). Personally I would prefer Laravel for new projects as it is more fun. But bigger projects like Shopware are using Symfony. No idea why. I heard that Laravel introduces many breaking changes between Minor versions.

    • @husham351
      @husham351 Před 5 měsíci +1

      The rewrite culture with breaking changes in Laravel is something I dislike about the framework. I wish the Laravel team can do something about it.

    • @gizmoitus
      @gizmoitus Před měsícem

      Laravel Eloquent is an implementation of the ActiveRecord ORM pattern. Doctrine2 is an implementation of the Data Mapper pattern. The larger the application and the more you use these two, the more you tend to see that Data Mapper is a far superior pattern to ActiveRecord. ActiveRecord appeals to neophyte developers with code like $model->save() , but is simplistic and antithetical to the features of modern relational databases like transactions. ActiveRecord is a little bit like the way a lot of beginning developers used to use the MySQL database engine with MySQL, give that it didn't have support for referential integrity, row level locking or transactions. No serious company that understands this uses the Mysql engine, as even the default gave way to InnoDB which actually has those features built into it. When you don't know what those features are good for, or how they empower better data integrity and system design, you might think that "simpler is better". I also have to say, this video found a good way to barely scratch the surface of this topic, while also saying almost nothing relevant.

  • @alimajidian1974
    @alimajidian1974 Před 6 měsíci

    The framework is winner, by which developers can make more money .

  • @scott_itall8638
    @scott_itall8638 Před 3 měsíci

    Just stick with Laravel, if not that Sveltekit.

  • @adewaleadisa4346
    @adewaleadisa4346 Před rokem +7

    Great comparison.
    Laravel is great for employment opportunities and freelance gig, for personal project or project which you are part of discussion maker, Codeigniter 4 is the way to go. So flexible and malleable 🎉

    • @ellishakhunsaker7215
      @ellishakhunsaker7215 Před 11 měsíci

      Hello could I ask a question how do know if you believe that someone has done this to you your person your body

  • @ilhamlutfi5815
    @ilhamlutfi5815 Před 9 měsíci +3

    Laravel is complete framework but so slowly and CodeIgniter is faster

  • @arturodelosangeles
    @arturodelosangeles Před 9 měsíci +1

    how to trust you , when codeigniter has excellent documentation

  • @videosymas3346
    @videosymas3346 Před 3 měsíci +2

    Codeigniter ❤

  • @machine2024
    @machine2024 Před 11 měsíci +12

    outgenerated Ai content ,
    stop this you will not get rich from this ... this is a bot spam

    • @hamzaessaadi7569
      @hamzaessaadi7569 Před 10 měsíci

      Some people say that laravel is also great for complex projects while others says no

    • @bluehead_info
      @bluehead_info Před 9 měsíci +2

      @@hamzaessaadi7569 I guess it depends on their understanding of complex