Beginners Guide to Symfony 2.7

preview_player
Показать описание

In this beginner friendly tutorial series we start with installing Symfony 2.7 and then work through each of the major component pieces - from Controllers and Routing, to Doctrine and Forms.

By the end of this series you should:

- feel comfortable installing Symfony 2.7 on your laptop or desktop
- understand the basics of how a Symfony application is structured
- be able to add and modify routes both with and without parameters
- know how to create, update, and delete data from the database
- submit and validate data using a Symfony Form
- have an understanding of how security works and be able to manage users
- be convinced of the importance of testing!

All that is assumed is that you have an understanding of PHP 5.4 or greater. You don't need to know PHP to 10x code guru level, but rather have used modern PHP in some way and feel comfortable with writing PHP code.

If you're just getting started with Symfony 2.7, or you are thinking of using Symfony2 as the framework for your next project, this is the ideal course to get you up to speed quickly.
Рекомендации по теме
Комментарии
Автор

+1 for this symfony introduction... good job!

LarsMoelleken
Автор

Very good Chris! Would you please continue with your videos for Symfony2? In particular forms, validations, security and testing. Many thanks in advance!

KostadinProsenikov
Автор

how can I fix this error:




Use the --force option if the server process terminated unexpectedly to
start a new web server process.

vasilaratlakov
Автор

When you are running the demo you made edits to a php.ini file in /etc/.. which the demo doesn't use as it seems to be creating a dummy web server or some sort so I had to do the below:


P.S thanks for the tutorial :)

Abel-upif