- add ProjectsTableSeeder.php
- project label: allow 10 chars
This commit is contained in:
parent
4b5136ab9b
commit
54edfb4617
4 changed files with 29 additions and 2 deletions
|
@ -25,7 +25,7 @@ class ProjectRequest extends Request
|
|||
return [
|
||||
|
||||
'name' => 'required|min:3|max:255',
|
||||
'label' => 'required|min:3|max:10',
|
||||
'label' => 'required|min:3|max:20',
|
||||
'description' => 'required'
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue