]> Raphaël G. Git Repositories - userbundle/commit
First version 0.0.1
authorRaphaël Gertz <git@rapsys.eu>
Sun, 1 Jul 2018 07:27:20 +0000 (09:27 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 1 Jul 2018 07:27:20 +0000 (09:27 +0200)
commitbab59a4b88a081a7a27a53b4559d74e63b68db92
treedeae99cfb536be3554ec85b5f53568a61f44b692
First version
17 files changed:
Controller/DefaultController.php [new file with mode: 0644]
DependencyInjection/Configuration.php [new file with mode: 0644]
DependencyInjection/RapsysUserExtension.php [new file with mode: 0644]
Entity/Group.php [new file with mode: 0644]
Entity/Title.php [new file with mode: 0644]
Entity/User.php [new file with mode: 0644]
Form/LoginType.php [new file with mode: 0644]
Form/RecoverMailType.php [new file with mode: 0644]
Form/RecoverType.php [new file with mode: 0644]
Form/RegisterType.php [new file with mode: 0644]
RapsysUserBundle.php [new file with mode: 0644]
Resources/config/doctrine/Group.orm.yml [new file with mode: 0644]
Resources/config/doctrine/Title.orm.yml [new file with mode: 0644]
Resources/config/doctrine/User.orm.yml [new file with mode: 0644]
Resources/config/routing.yml [new file with mode: 0644]
Resources/config/services.yml [new file with mode: 0644]
Utils/Slugger.php [new file with mode: 0644]