jhoover4 / sample-php-login

Sample php user profile built from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample PHP Login

List of clients that can be accessed with a proper login. Ability to update login information as needed.

UN: admin
PW: admin

Environment variables will need to be set manually in an .env file.

List of sample variables for local hosting:

COMPANY_NAME=My Company

DB_HOST=localhost
DB_PORT=8889
DB_USER=root
DB_PASSWORD=root
DB_NAME=sample_php_login

SECRET_KEY=VALUE
COOKIE_DOMAIN=localhost
COOKIE_EXP_TIME=3600

About

Sample php user profile built from scratch


Languages

Language:PHP 85.1%Language:Hack 6.5%Language:CSS 4.9%Language:JavaScript 3.5%