Is a Laravel Blade Component for a Form a Good Idea?
The other day I was troubleshooting some code for a form in Laravel that was using a PUT
method. Turns out the previous developer had not understood - and I had missed - that the @method
override was missing. So I got to thinking - what if we made a form component that handles this for us? Is this a good idea?