Skip to content

Add support for Laravel 6.x email rules #476

Open
@yangm97

Description

@yangm97

Opening so I don't forget about this, details to come.

Basically if you have something like this in your FormRequest.php:

            'email' => 'required|email:rfc,dns,filter',  

The generated frontend code from this package doesn't attempt to validate to use other rules (such as dns and filter).

I guess the solution would be to make a request to the back end to validade this, but I just discovered this project today so I could be wrong :D.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions