I use hautelook/alice-bundle.
I can't use encoded bcrypt password in my fixture because of the following error ($ in interpreted as a reference to an object) :
In SimpleObjectGenerator.php line 114:
An error occurred while generating the fixture "trainee" (App\Document\Trainee): Could not resolve value during the generation process.
App\Document\Trainee:
# template
trainee (template):
firstName: <fr_FR:firstName()>
lastName: <fr_FR:lastName()>
email (unique): <fr_FR:email()>
password : $2y$13$I5uLW8atzRPmC3NcvirYqO2htdMHH1l4uFQ3z0V8wHowO0FqTXl7u
plainPassword: password
birthdate: <date('now')>
address: '@address_tr_*'
phoneNumber: <fr_FR:phoneNumber()>
profileCompleted: false
Do you have an idea why ? Thanksss