mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-07 05:04:20 +01:00
Implement email verification feature, add registration form, and update user entity for verification status
This commit is contained in:
7
Justfile
7
Justfile
@@ -25,3 +25,10 @@ translations:
|
||||
|
||||
fix-cs:
|
||||
docker compose exec php vendor/bin/php-cs-fixer fix
|
||||
docker compose exec php vendor/bin/twig-cs-fixer fix
|
||||
|
||||
rector *args:
|
||||
docker compose exec php vendor/bin/rector {{ args }}
|
||||
|
||||
phpstan *args:
|
||||
docker compose exec php vendor/bin/phpstan analyse {{ args }}
|
||||
|
||||
Reference in New Issue
Block a user