Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
joas19423yIt'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)? -
@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. -
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.
-
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.
Related Rants
-
MisterPrincess2Well, today will be a day of trying to make my frontend angular website communicate with my backend symfony re...
-
arnyek1Symfony error message of the day: Exception thrown while handling an exception
-
myss6Finally finished the longest ticket I've ever worked on in my life. The ticket title and description was a pre...
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?
rant
symfony