Finished custom config command

This commit is contained in:
Alejandro Celaya
2016-08-14 10:30:43 +02:00
parent 56af58fcb8
commit 566ee7ef6f
3 changed files with 198 additions and 22 deletions

View File

@@ -1,9 +0,0 @@
<?php
return [
'rest' => [
'username' => env('REST_USER'),
'password' => env('REST_PASSWORD'),
],
];