public function rules()
{
return [
'name' => 'required|string|max:255',
'email' => 'required|email|unique:users,email',
];
}Laravel Validation Rules for User Registration
Related Posts
More content you might like
Code
php
File Upload with Type Validation in PHP
No preview available for this content.
Jan 26, 2024
Read MoreDiscussion 0
Please sign in to join the discussion.
No comments yet. Be the first to share your thoughts!