Proje dosyaları eklendi
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
return ['required'=>'The :attribute field is required.','email'=>'The :attribute must be a valid email address.','confirmed'=>'The :attribute confirmation does not match.','unique'=>'The :attribute has already been taken.','string'=>'The :attribute must be a string.','max'=>['string'=>'The :attribute must not be greater than :max characters.'],'min'=>['string'=>'The :attribute must be at least :min characters.'],'in'=>'The selected :attribute is invalid.','attributes'=>['name'=>'full name','email'=>'email','password'=>'password','locale'=>'language']];
|
||||
Reference in New Issue
Block a user