ahmed-elnemr / laravel-api-formdata-support
Provides support for handling and parsing form-data in PUT and PATCH requests for Laravel APIs
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/ahmed-elnemr/laravel-api-formdata-support
README
This package provides seamless handling of form data in Laravel APIs, especially for PUT and PATCH requests.
It automatically parses incoming requests containing multipart form data and makes both form inputs and uploaded files easily accessible.
🚀 Installation
You can install the package via Composer:
composer require ahmed-elnemr/laravel-api-formdata-support
⚡ Usage
Once installed, the package automatically integrates into your Laravel application.
You can now send multipart/form-data requests (including PUT and PATCH), and Laravel will correctly parse inputs and file uploads without extra configuration.
📦 Links
👨💻 Author
-
Ahmed Elnemr
- GitHub: Ahmed-Elnemr
- Email: ahmedelnemr064@gmail.com
🤝 Contributing
Contributions are welcome! Please feel free to submit issues or pull requests via GitHub.
📜 License
This package is open-source software licensed under the MIT license.
🛡 Security
If you discover a security vulnerability, please contact me directly at 📧 ahmedelnemr064@gmail.com. All security vulnerabilities will be promptly addressed.
🙏 Acknowledgements
Special thanks to the Laravel community and all contributors who make open-source awesome.
🔖 Keywords
Laravel, API, Request, Form, Data, PUT, PATCH, JSON, Response, Package