Skip to content

Instantly share code, notes, and snippets.

@csinghdev
Created April 12, 2020 13:18
Show Gist options
  • Save csinghdev/f265aae400e6160407325bfd2c26fea2 to your computer and use it in GitHub Desktop.
Save csinghdev/f265aae400e6160407325bfd2c26fea2 to your computer and use it in GitHub Desktop.
Localization file for API Error Messages
<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'something_went_wrong' => 'Ops! Something went wrong.',
'invalid_credentials' => 'Invalid email or password.'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment