hackzilla / password-generator-app

Password Generating website built in Symfony

Home Page:http://passwords.ofdan.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator App

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

Components

About

Password Generating website built in Symfony

http://passwords.ofdan.com


Languages

Language:Twig 56.1%Language:PHP 28.5%Language:CSS 15.4%