Tag-Archiv für 'symfony2'

Symfony2: Fatal Error: Call to undefined method Symfony\Component\ClassLoader\DebugUniversalClassLoader::useIncludePath()

Die Fehlermeldung

Call to undefined method Symfony\Component\ClassLoader\DebugUniversalClassLoader::useIncludePath()

nach einem Update kann man folgendermaßen beheben. Führe folgenden Befehl auf der höchsten Ebene deines Projektes aus:

php vendor/bundles/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php

symfony2: Schnellreferenz

Create application out of hello dir:
./console init:application Foo ../foo/ ../web/
Create bundle:
./console init:bundle Application/FooBundle