Skip to content

jhoover4/sample-php-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published