Added the ability to manage a group of users.

This commit is contained in:
2023-07-16 19:21:09 +06:00
parent ba7e52f8ac
commit 4083e2ec5e
45 changed files with 1173 additions and 10 deletions

View File

@@ -141,6 +141,7 @@ return [
'uppercase' => 'Значение поля :attribute должно быть в верхнем регистре.',
'url' => 'Значение поля :attribute имеет ошибочный формат URL.',
'uuid' => 'Значение поля :attribute должно быть корректным UUID.',
'no_type' => 'Значение поля :attribute может использовать только: :type.',
'attributes' => [
'address' => 'адрес',
'age' => 'возраст',
@@ -215,5 +216,7 @@ return [
'year' => 'год',
'lang' => 'язык',
'timezone' => 'часовой пояс',
'code' => 'код',
'permissions' => 'разрешения',
],
];