Home | Back to Courses

Symfony Web Development Complete Guide: Beginner To Advanced

Course Image
Partner: Udemy
Affiliate Name:
Area:
Description: Welcome to the most comprehensive Symfony course on Udemy. Symfony is the great PHP framework!In this course you will learn Symfony from basic to advanced level - from theory, through simple crud app, up to creating an advanced Real Life Application. You will also learn how to create REST API using API Platform and how to create microservices architecture using CQRS, RabbitMQ and Symfony Messenger.By the end of this course you will be able to create both simple websites and complex dynamic web applications in the Symfony PHP framework.You won't find a more comprehensive Symfony course on Udemy than this one. Although we currently have Symfony version 7, the course is still very useful, not much has changed, many things are very similar. For example, the definition of routing: Symfony 4,5:     /**     * @Route("/blog", name="blog_list")     */    public function list(): Response    {        // ...    }      Symfony 7:    #[Route('/blog', name: 'blog_list')]    public function list(): Response    {        // ...    }   Don't worry. You won't encounter version incompatibility errors - in this course you use the same package versions as the instructor on the screen.Very practical course! Almost all sections/concepts are explained using real life applications/scenarios. In this course we will create a huge real life app (probably you will not find a course where built more advanced  app like in this course).
Category: Development > Web Development > Symfony
Partner ID:
Price: 109.99
Commission:
Source: Impact
Go to Course