laravel-idea / plugin

Laravel Idea plugin for PhpStorm
https://laravel-idea.com/
174 stars 7 forks source link

[Request] Refactor validation into Form Request #141

Open aaronflorey opened 4 years ago

aaronflorey commented 4 years ago

We have a lot of controller functions with $this->validate/$request->validate - could we get a refactor button to turn those rules into a FormRequest?

adelf commented 4 years ago

I already have this in my internal tracker. I hope to implement it soon. Thanks!