Thank you so much bro .. regarding override the movie vars, I think there is no issues with it at all.
@codewithdary Жыл бұрын
Thank you, and also good to know! :)
@dominquehopp73602 жыл бұрын
This addReference() Method only works, if the reference has been created in a class which has been loaded before (setReference() before addReference()). So it only works in this video, because the ActorFixtures class is alphabetically loaded before MovieFixtures class. It would not have worked the other way around (if actor has been named performer for example). So there is a good reason, to put all fixtures in one fixture file and in it, to respect the necessary order. Or to prefix the file names with ordering letters like "ALoadFirstFixtures.php", "BAndthenLoadFixtures.php" (and according class names). I'm new to Symfony so there could be a best practice I don't know yet.
@masbahahmed3932 Жыл бұрын
same probleme i dont kenw solution
@WaleQuadri Жыл бұрын
Thanks for this...I was thinking my code was the problem
@flittotech52802 жыл бұрын
Thank you very much. It's very helpfull.
@codewithdary2 жыл бұрын
You are welcome Flit! :)
@ummehanyarozshandaanny28462 жыл бұрын
Thank you so much for this. I learned absolutely new things from here. Thanks Dary
@codewithdary2 жыл бұрын
Thank you Umme.
@ummehanyarozshandaanny28462 жыл бұрын
@@codewithdary thanks to you for the free course
@steelixman2 жыл бұрын
For people who gets an error in the appfixtures file try to restart the project.
@codewithdary2 жыл бұрын
Thank you for sharing Frank.
@mahdiboughanmi67812 жыл бұрын
Oh maan thank you alooot
@ZarkZark-i2p Жыл бұрын
hello what is the extension name of the database in your vscode?
@codewithdary Жыл бұрын
Database Client!
@ZarkZark-i2p Жыл бұрын
@@codewithdary thank you
@najimelguennouni8733 жыл бұрын
thanks
@codewithdary3 жыл бұрын
No problem!
@nawarhasan86272 жыл бұрын
thanks pro
@codewithdary2 жыл бұрын
No worries mate :)
@nawarhasan86272 жыл бұрын
@@codewithdary my friend when i install your tutorial from github such as zipfile and run the server it gives me alot of errors ? what i should do to make it works?
@nawarhasan86272 жыл бұрын
and thanx very much @Code With Dary
@jollystay7 ай бұрын
"--dev" is not a valid alias. put --dev at the end of the command instead composer require doctrine/doctrine-fixtures-bundle --dev