Updated CI configuration

This commit is contained in:
Gregorio Chiko Putra
2018-07-30 09:31:58 +07:00
parent eee570125d
commit ed701d9a63
12 changed files with 387 additions and 140 deletions

View File

@@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Error Message Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the Laravel Responder package.
| When it generates error responses, it will search the messages array
| below for any key matching the given error code for the response.
|
*/
'unauthenticated' => 'You are not authenticated for this request.',
'unauthorized' => 'You are not authorized for this request.',
'page_not_found' => 'The requested page does not exist.',
'relation_not_found' => 'The requested relation does not exist.',
'validation_failed' => 'The given data failed to pass validation.',
];