Added tag endpoints

This commit is contained in:
Constantin Graf
2024-02-27 22:12:48 +01:00
parent 524dc0727d
commit a86e72f655
19 changed files with 824 additions and 138 deletions

View File

@@ -20,6 +20,7 @@ class ProjectStoreRequest extends FormRequest
'name' => [
'required',
'string',
'min:1',
'max:255',
],
'color' => [