[sonata-users] FOSUserBundle or Sonata User Bundle

2017-08-04 Thread user20160110
We are building a Symfony application in which we well need to highly customise the users. I'm trying to see if we better go with FOSUserBundle or with Sonata User Bundle (which extends FOSUserBundle). Sonata's documentation seem to be all about installing and configuring. I would like to know wh

Re: [sonata-users] FOSUserBundle or Sonata User Bundle

2017-08-07 Thread user20160110
Yes, I understood that, but what extra functionnalities does it add ? On Friday, 4 August 2017 17:17:56 UTC+2, Kwame Bentil wrote: > > Sonata has added functionality while FOSUSER has limited functionality > > On Fri, 4 Aug 2017 at 2:01 PM > wrote: > >> We are building a Symfony application in wh

[sonata-users] Symfony's console PHP 7 parsing error

2017-08-11 Thread user20160110
(Using WampServer on Windows 10.) In some of my PHP class, I used return type declaration as explained in http://php.net/manual/en/migration70.new-features.php Most console commands using [my-symfony-project] ... bin\console return Parse error: syntax error, undexpected ':', expecting ';' or

[sonata-users] Re: FOSUserBundle or Sonata User Bundle

2017-08-11 Thread user20160110
I have found this video series which seems to explain FOSUserBundle quite extensively (I have watch three of the videos so far) : https://knpuniversity.com/screencast/fosuserbundle The same thing with SonataUserBundle could allow comparison. -- You received this message because you are subscrib

[sonata-users] Re: Symfony's console PHP 7 parsing error

2017-08-11 Thread user20160110
Solved. I thought that PHP 7 would be used because I had selected PHP 7 in WAMP's menu, but it doesn't come from there. In the past I had configure PHP 5.6 in Windows' environment variables. I changed the path to that of PHP 7. -- You received this message because you are subscribed to the Goog