This commit is contained in:
sujitprasad
2015-12-24 18:39:37 +05:30
parent 0e085c7beb
commit 5fc77c9205
21 changed files with 172 additions and 73 deletions

View File

@@ -15,6 +15,20 @@ return [
'debug' => true,
/*
|--------------------------------------------------------------------------
| Error Log
|--------------------------------------------------------------------------
|
| This error log will send email to faveo about the errors. So that before
| reporting about the errors we at faveo will start solving the issues already.
| The errors mails will never share your files or data. it will only share
| the line number and error occured.
| To dissable you may just change '%1%' to 0.
*/
'ErrorLog' => '%1%',
/*
|--------------------------------------------------------------------------
| Application Version
@@ -24,7 +38,7 @@ return [
|
*/
'version' => '1.0.3.3',
'version' => 'Community 1.0.3.4',
/*
|--------------------------------------------------------------------------