Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active March 13, 2019 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/f43b1a1610813454bba0f595636ea9f2 to your computer and use it in GitHub Desktop.
Save parzibyte/f43b1a1610813454bba0f595636ea9f2 to your computer and use it in GitHub Desktop.
<?php
return [
'failed' => 'El usuario o la contraseña son incorrectos, intenta de nuevo.', # mensaje si no coinciden datos
'throttle' => 'Muchos intentos de login. Intenta de nuevo en :seconds segundos.', # mensaje si intenta loguearse muchas veces y falla
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment