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

Use Form Requests for data validations #36

Open
Brivan-26 opened this issue Sep 21, 2023 · 0 comments
Open

Use Form Requests for data validations #36

Brivan-26 opened this issue Sep 21, 2023 · 0 comments
Labels
good first issue Good for newcomers Refactor refactor

Comments

@Brivan-26
Copy link
Member

Currently, we're validating the coming request data inside the controller. For modularity and to achieve separation of concerns pattern, we should use the Form Request injection provided by Laravel.

@Brivan-26 Brivan-26 added good first issue Good for newcomers Refactor refactor labels Sep 21, 2023
@Brivan-26 Brivan-26 changed the title Using Form Requests for data validations Use Form Requests for data validations Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Refactor refactor
Projects
None yet
Development

No branches or pull requests

1 participant