Course Information
Course Overview
Learn how to build professional web applications using Symfony, one of the most popular PHP framework
What is this course about:
This course is designed for PHP developers that want to expand their knowledge by learning one of the leading PHP frameworks. Symfony is the most advanced and powerful PHP framework available on the market. By using it you can dramatically improve your coding efficiency and code quality.
Course will teach you how to build web applications using Symfony framework. I will try to limit theory as much as it's possible in favour of practical examples that you can use in day to day development.
Course content:
- Course consists of videos, presentations, and real life examples that you can use later in your work.
Course benefits:
- By the end of the course you’ll be able to install, configure and use most of the Symfony framework features.
- I’ll be teaching most of the components of the framework by practical examples that you can use in real life.
- You can find step by step tutorials how to use Dependency Injection, Console commands, Doctrine entities, Controllers and many more.
- You will learn how to test your code (unit and functional).
Student requirements:
The ideal student for this course is an existing PHP developer that wants to improve his skills by learning how to use Symfony framework.
Course Content
- 10 section(s)
- 48 lecture(s)
- Section 1 Introduction
- Section 2 Introduction to Symfony
- Section 3 Bundles
- Section 4 Lets code!
- Section 5 Databases and Doctrine
- Section 6 Form basics
- Section 7 Service Container
- Section 8 Console commands
- Section 9 Testing your application
- Section 10 Doctrine fixtures
What You’ll Learn
- Use the framework main features in your daily work
- Build solid and testable web applications
- Don't invent a wheel again, just use amazing bundles that will make your life easier!
Skills covered in this course
Reviews
-
HHosana Abollo
Great explainations ! Course well structured and easy to follow ! Thank you very much !
-
NNicholas Garwood
I encountered a few problems, mainly when running composer and installing dependancies. I guess that's what you'll get running the latest version of PHP (7.2) with an old version of Symfony. On the whole I enjoyed the course and was able to complete the practical and it gave me the refresher I needed.
-
WWojtek P.
Well organized course. Author concisely presents all important topics of Symfony 3. It's for people who already know basics of PHP. Pay attention to used libraries and their versions because author uses deprecated versions (now is November 2018). For this reason I had to make changes in composer.json file in order to make everything work correctly. All in all, I strongly recommend this course!
-
EEtay Geller
Seems like he skips allot of necessary configurations which I had to look for solutions on stackoverflow which wasted allot of my time during this course.