]> _ Git - psq.git/commit
verify email on register + recaptcha
authorLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 27 Aug 2020 09:45:02 +0000 (11:45 +0200)
committerLouis Jeckel <louis.jeckel@outlook.cm>
Thu, 27 Aug 2020 09:45:02 +0000 (11:45 +0200)
commitbbfd833b033111fab3d3db48073c5fd77f794ee5
tree525e3dd3844f9ae75268904d70629cf5bf72730a
parent53e3f90c84ddd44d3fc92032c50da74e0e979ab1
verify email on register + recaptcha
15 files changed:
.idea/lettre-pharma.iml
.idea/php.xml
app/Http/Controllers/AccountController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/FlowpaperController.php
app/User.php
composer.json
composer.lock
config/recaptcha.php [new file with mode: 0644]
resources/lang/fr.json
resources/lang/fr/validation.php
resources/views/auth/register.blade.php
resources/views/home/index.blade.php
resources/views/layouts/app.blade.php
routes/web.php