Nicolas Scolari will explain how to get started with Symfony2 Route Annotations for routing in your controllers rather than using YML config files.
Tag: symfony
Hugo Giraudel steps away from SASS for a minute to show you how to build a YAML powered non-developer-friendly ad manager in Symfony 2.
Danny Sipos continues his epic series on building Drupal 8 modules, this time focusing on Event Dispatcher from Symfony and its effect on Drupal hooks
Learn how to combine various independent Symfony components to build your own PHP framework
Peter Nijssen explains how you can use Capifony to easily deploy your Symfony application - multiple releases, asset control, and everything else!
Tom Butler did an analysis on DI container performance and published his results in this post. They're not what you would expect.
Sensiolabs, the company behind Silex and Symfony, offers Insight as a service to help you check your code's quality and security issues. Here's a quick demo
Here are seven mistakes PHP developers often do - from wrong database drivers to too much transparency, read this list to find out what you shouldn't do
Is it possible to get eZ Publish up and running in a Vagrant box hosted on Windows? Let's find out.
Danny Sipos wraps up his Drupal 8 Module Development series by focusing on configuration management and service containers
Danny Sipos continues his series on Drupal 8 module development by explaining and demonstrating Blocks and Forms
Danny Sipos demonstrates two approaches to dealing with forms in Symfony: pure HTML, and entity based.
Taylor Ren goes through a pre-deployment checklist for Symfony apps, listing things you should do before thinking about moving to production
Surendra Mohan discusses the Symfony and third-party components that have been added into the most recent version of Drupal
Learn how to use Doctrine's Data Fixtures in Symfony2 to provide your app with sample data
Explanation and demonstration of Symfony2 bundles and configurations, and how they work coupled with the service container
The final part of this Symfony series touches on pagination, unit testing, NativeQuery and image watermarks with GD
After bootstrapping in part 1, we continue with the series and get into heavy development of this web app - head to toe - with Symfony 2