Added a one click deploy command

This commit is contained in:
Graham Campbell
2015-01-01 17:47:53 +00:00
parent fcf68b3aea
commit 981b5a055d
7 changed files with 131 additions and 13 deletions

9
.env.example.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'DB_DRIVER' => 'mysql',
'DB_HOST' => 'localhost',
'DB_DATABASE' => 'cachet',
'DB_USERNAME' => 'homestead',
'DB_PASSWORD' => 'secret',
];