Project built for Human Interface Course
- PHP >= 7.1.3
- Node >= 6.x
- OpenSSL PHP Extension
- PDO PHP Extension
- Mbstring PHP Extension
- Tokenizer PHP Extension
- XML PHP Extension
- Ctype PHP Extension
- JSON PHP Extension
- MySql 5.7+
git clone https://github.com/minhquanghapo/HumanInterface.gitcp .env.example .envEdit the .env file and set the database and other config for the system after you copy the .env.example file.
Install the Laravel extended repositories:
composer install -vvvInstall the Vuejs extended repositories:
npm install
Compile the js code:
npm run dev
// OR
npm run watch
// OR
npm run production
example
MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USERNAME=*****@gmail.com
MAIL_PASSWORD=*****
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=*****@gmail.com
MAIL_FROM_NAME=ASTEAMK60