hackzilla / password-generator-app
An website dedicated to generating user passwords
Installs: 353
Dependents: 0
Suggesters: 0
Security: 0
Stars: 16
Watchers: 2
Forks: 6
Open Issues: 3
Language:Twig
Type:project
Requires
- php: >=8.2
- ext-ctype: *
- ext-iconv: *
- hackzilla/password-generator-bundle: ^6.0
- symfony/asset: ^7.0
- symfony/console: ^7.0
- symfony/dotenv: ^7.0
- symfony/flex: ^2.0
- symfony/form: ^7.0
- symfony/framework-bundle: ^7.0
- symfony/intl: ^7.0
- symfony/monolog-bundle: ^3.8
- symfony/runtime: ^7.0
- symfony/translation: ^7.0
- symfony/twig-bundle: ^7.0
- symfony/validator: ^7.0
- symfony/yaml: ^7.0
- twig/extra-bundle: ^2.12|^3.0
- twig/twig: ^2.12|^3.0
Requires (Dev)
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.2
- phpstan/phpstan-symfony: ^1.2
- symfony/debug-bundle: ^7.0
- symfony/maker-bundle: ^1.36
- symfony/phpunit-bridge: ^7.0
- symfony/stopwatch: ^7.0
- symfony/web-profiler-bundle: ^7.0
This package is auto-updated.
Last update: 2024-11-18 16:10:31 UTC
README
Demo
A setup version is available for use at https://passwords.ofdan.com/
Installation
You have three different ways to download the app.
a) Composer
composer create-project hackzilla/password-generator-app
b) Git
git clone git@github.com:hackzilla/password-generator-app.git composer install bin/console cache:clear --env=prod --no-debug
c) Download
https://github.com/hackzilla/password-generator-app/archive/master.zip
Once installed run:
composer install bin/console cache:clear --env=prod --no-debug
d) Update Front-end dependencies
- yarn install