symblog-docs
symblog-docs copied to clipboard
Tutorial for symblog - Creating a blog in Symfony2
Are you interested in any contributed chapters? I have a non-pushed branch that integrates the FOSUserBundle for the user stuff along with changes to the existing stuff to make use...
Hello! I have translated into Russian language this tutorial: http://symfony.in.ua/ When will chapter 7 and more?
I have a problem running PHPUnit: Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in C:\xampp\php\phpunit on line 39 I installed PHPUnit via composer in Windows 7 with Xampp 3.1 Any...
In **[Part 3]**, [DoctrineFixturesBundle](http://github.com/doctrine/DoctrineFixturesBundle) ``` [DoctrineFixturesBundle] git=http://github.com/symfony/DoctrineFixturesBundle.git target=/bundles/Symfony/Bundle/DoctrineFixturesBundle ``` should be updated to ``` [DoctrineFixturesBundle] git=http://github.com/doctrine/DoctrineFixturesBundle.git target=/bundles/Symfony/Bundle/DoctrineFixturesBundle version=origin/2.0 ``` In **[Part 4]**, [DoctrineMigrationsBundle](http://github.com/doctrine/DoctrineMigrationsBundle) ``` [DoctrineMigrationsBundle] git=http://github.com/symfony/DoctrineMigrationsBundle.git target=/bundles/Symfony/Bundle/DoctrineMigrationsBundle ``` updated to...
Just a note that I had tried to translate this documentation into Traditional Chinese there: https://github.com/kiang/symblog-docs-tw For anyone who interested in contributing, please fork it and pull back. Or just...
At configuration-and-templating.html the step Creating never mentioned the console and what to do next. Thinking that with the command I set the configuration exactly as the tutorial, I didn't pay...
I get the following error: ``` There was 1 error: 1) Blogger\BlogBundle\Tests\Controller\PageControllerTest::testContact InvalidArgumentException: The form field "blogger_blogbundle_enquirytype[name]" does not exist /Users/jaimesuez/Sites/symblog/vendor/symfony/src/Symfony/Component/DomCrawler/Form.php:358 /Users/jaimesuez/Sites/symblog/src/Blogger/BlogBundle/Tests/Controller/PageControllerTest.php:48 ``` Issue related with this code: ``` php