Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it Possible to Add auto-complete in form request classes? #1499

Open
minaazakii opened this issue Jan 23, 2024 · 0 comments
Open

Is it Possible to Add auto-complete in form request classes? #1499

minaazakii opened this issue Jan 23, 2024 · 0 comments

Comments

@minaazakii
Copy link

minaazakii commented Jan 23, 2024

If it possible to add something like

` /**
* Determine if the user is authorized to make this request.
*
* @return bool
*/
public function authorize()
{
return true;
}

public function rules()
{
    return [
        'field_to_validate' => 'required' //List of available rules
    ];
}`
this will be a cool feature if it possible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant