Simple Authenticating Application
This is a template for using the DVC Framework
Features
- Quick to setup - easy PHP development environment
- Simple Authenticating System
- SQLite3
- Clean URL's
Running this demo
- Creates a SQLite3 database
- Populates it with basic data
- DOES NOT lock down the system
- but if you
- select settings > lockdown and save
- logout (button, top right)
- you will require a username/password to gain access (default admin/admin)
- but if you
Installation
git clone https://github.com/bravedave/dvc-auth.git dvcauth
cd dvcauth
composer u
- you will have just received an error because no database is specified
mv application/data/defaults-sample.json application/data/defaults.json
then update and run
composer u
bash run.sh
noting the bash run.sh
command is required because the script is not executable ...you could change that :)