Symfony vs Laravel: Head-to-Head Comparison

Поделиться
HTML-код
  • Опубликовано: 17 май 2024
  • If you're building a complex app with custom solutions, then go with Symfony. But if you're looking for an easy-to-use platform with built-in features, Laravel is the way to go! 😉 Tune in! 🤓
    👉 Subscribe: ruclips.net/user/Kinsta?sub_...
    PHP frameworks are always a popular choice when it comes to web development.
    While there are many PHP frameworks, Symfony and Laravel are known as two of the best. Both frameworks are fast, secure, and convenient tools to create web applications quickly.
    If you’re considering either of these frameworks for your next project, you should know the advantages and disadvantages of both Symfony and Laravel before making your final decision.
    In this video, we’ll present a fair comparison of two of the most robust PHP frameworks out there: Symfony vs Laravel.
    ℹ️ About Kinsta
    Kinsta provides Application, Database, and Managed WordPress Hosting. Powered by Google Cloud Platform’s premium tier network and compute-optimized C2 virtual machines, Kinsta delivers enterprise-level security, a free CDN global edge network with 200+ PoPs, and 24/7/365 support.
    🚀 Don’t let unnecessarily complicated and underperforming hosts delay your projects. Explore our plans and resource-based pricing to find the perfect fit to run your applications, databases, or WordPress sites ► kinsta.com/plans/
    💡Learn more about Kinsta’s hosting solutions:
    👉Application Hosting: kinsta.com/application-hosting/
    👉Database Hosting: kinsta.com/database-hosting/
    👉Managed WordPress Hosting: kinsta.com/wordpress-hosting/
    👤Follow us:
    ► kinsta.com/blog/
    ► kinsta.com/newsletter/
    ► / kinsta
    ► / kinstahosting
    ► / kinstahosting
    __________________________
    🕘Timestamps
    0:00 Intro
    0:51 Similarities
    1:27 Popularity and Job Market
    2:12 Learning Curve
    2:31 Performance
    2:50 Modularity and Scalability
    3:33 Security
    3:53 ORM
    4:16 Database Migration
    4:51 Support and Community
    5:15 Which Should You Choose?
    __________________________
    📚 Resources
    ⚙️ 17 Methods to Optimize Laravel Performance
    ► kinsta.com/blog/laravel-perfo...
    📖 19 Best Laravel Tutorials
    ► kinsta.com/blog/laravel-tutor...
    #symfony #laravel
  • НаукаНаука

Комментарии • 4

  • @Darkalun
    @Darkalun 5 месяцев назад

    Interesting video, thanks!
    However, a small note on Laravel's lack of help when deviating from MVC: I tend to build all my apps in Laravel using a DDD architecture. The features are there, just a bit hidden, or rather used mostly for libraries' development. You can specify where to load commands or views from, add middlewares to load specific service providers based on the routes, target controllers from any namespace in your routes files, or even create new routes' files that will be loaded in the RouteServiceProvider with their own middlewares. As I said before, the features are there, they're just not well documented. You can build a DDD app with Laravel, it just requires a bit of extra configuration

  • @melvinreano1221
    @melvinreano1221 7 месяцев назад +1

    do u have symfony app tutorial ?

  • @abednego8304
    @abednego8304 8 месяцев назад

    cool video. Thank so much

  • @skilled-person
    @skilled-person 7 месяцев назад +6

    Symfony all the way, even Laravel uses some Symfony Bundles.