Skip to content

demos-for-symfony-flex/script-skeleton-user

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symfony-flex-demo/script-skeleton-user

Build Status

TODO

  • Fixture test users
  • Ensure db schema is written to db. DONE
  • Testing.
  • Guard

Documentation

Getting Started With FOSUserBundle

There are tow version of this document, one difference is in security.yaml

Guard

Testing

Bugs

Referencing controllers with a single colon is deprecated since Symfony 4.1

  • 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