symfony-flex-demo/script-skeleton-user
- Fixture test users
- Ensure db schema is written to db. DONE
- Testing.
- Guard
There are tow version of this document, one difference is in security.yaml
- Getting Started With FOSUserBundle
- Getting Started With FOSUserBundle
- Unrecognized option “csrf_provider” under “security.firewalls.main.form_login” despite csrf enabled
- Seems to be caused by friendsofsymfony/user-bundle 2.1.2 and Symfony 4.1
- Switched to friendsofsymfony/user-bundle:2.1.x-dev in install.bash, waiting for a corrected stable version.
- Not even yet corrected in dev.
- The problem may come from a @FOSUserBundle/Resources/config/routing/*.xml file referenced from etap/fos_user/config/routes/fos_user.yaml
- Deprecation notices disabled in php >= 7.1 because of FriendsOfSymfony/FOSUserBundle#2806