make cron work in example

This commit is contained in:
Sam
2017-02-03 17:39:33 +01:00
parent 7ce608aeff
commit 771f647873
3 changed files with 21 additions and 9 deletions

13
example/.env Normal file
View File

@@ -0,0 +1,13 @@
APP_DEBUG=1
APP_URL=http://localhost:8000
DB_USERNAME=root
DB_PASSWORD=pwd
DB_HOST=mysql
MAIL_HOST=mail.service.host
MAIL_USERNAME=username
MAIL_PASSWORD=password
MAIL_DRIVER=smtp
MAIL_FROM_NAME="My name"
MAIL_FROM_ADDRESS=user@mail.com