mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
🆕 feat(project): add website field and validation for project proposals form
This commit is contained in:
@@ -15,4 +15,7 @@ class ProjectProposalForm extends Form
|
||||
|
||||
#[Validate('required|string|min:5')]
|
||||
public $description = '';
|
||||
|
||||
#[Validate('required|url')]
|
||||
public $website= '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user