laravel-json-api / laravel

JSON:API for Laravel applications
MIT License
523 stars 43 forks source link

feat: Allow creating FormRequests by methods #285

Closed abikali closed 1 month ago

abikali commented 1 month ago

TODO: Add test cases

This PR adds the option to allow users in creating requests by method. Example: CreatePostRequest and UpdatePostRequest

lindyhopchris commented 1 month ago

Sorry, I cannot accept this PR because in the next major version we are removing the form requests.

You don't actually need this change because you can currently detect what kind of request it is using our request helper methods.