2

Symfony docs suck.

https://symfony.com/doc/current/...

when running
doctrine:migrations:execute
what parameter to pass to the fucking version to not get class not found fucking error?
No explaination in docs, no explaination in command --help. wtf is wrong with symfony devs?

Comments
  • 1
    It's probably not a Doctrine issue, it is a autoloader / classpath issue.

    1. Is every class the same name as the file it is contained within?
    2. Does every PHP file under src contain a namespace that has the path to the file (PSR-4)?
  • 0
    Did you.. Remove a generated migration file ?
  • 0
    @Lyniven No I did not remove :)
  • 0
    @joas do not know, but one person helped - running like this works

    bin/console doctrine:migrations:execute --down 'DoctrineMigrations\Version20210729075647'

    Symfony devs - if you read this - you should add example! I would add if docs were easily editable. But I hate doing that many steps to update the stupid documentation.
  • 2
    Symfony Docs = Horror
  • 0
    gASDuioasdjkl; zxdfsdg jkl;
  • 0
    The docs suck majorly almost as bad as this site that gives you no error message as to WTF is going on but just doesn't post if it doesn't like something. Yeah that is top fucking notch there. They leave out very many important details you need to work with Symfony. The info you actually need is somewhere locked away in a symfonycast always, never are details of how shit works in the docs, nooo!!!! WTF do that and be like the other open source projects????My articles on Symfony now get over 10,000 views a month.
  • 0
    yeah this sites post operation sucks major ballsac. If you enter a web link it just blinks and doesn't give you any error as to what the fuck is going on.
  • 0
    @Devnergy docs = pile of useless shit
Add Comment