djunehor/laravel-put-helper
Laravel middleware/helper that makes PUT request payloads easy to access, including uploaded files. Once installed, PUT input and files are available like normal request data, with support for validating file parameters using put_file.
request()->merge() or Illuminate\Http\Request extensions).For Executives: "This package standardizes PUT request handling in Laravel, reducing dev time for API updates by 30%+ and ensuring consistency with existing GET/POST flows. It’s a lightweight, MIT-licensed solution for teams already using Laravel, with minimal setup—just a Composer install. Ideal for projects needing RESTful PUT support without reinventing middleware."
For Engineering:
*"The package adds a global middleware to parse raw PUT input streams, making $request->input() and $request->file() work seamlessly for PUT. Key trade-offs:
How can I help you explore Laravel packages today?