Skip to content

Releases: softonic/laravel-request-accept-json-middleware

Set application/json if the Accept header is compatible

28 Aug 09:20
1969995
Compare
Choose a tag to compare
  • Updated to laravel 10 dependencies
  • Set application/json if the Accept header is compatible

Thanks @gepbird for your contibrution #5

Upgrade illuminate/http dependency to 9.0

03 Oct 14:48
a2c5fa9
Compare
Choose a tag to compare

for a future adapting to laravel 9

Upgrade illuminate/contracs dependency to 9.0

03 Oct 13:22
344c738
Compare
Choose a tag to compare

for a future adapting to laravel 9

Laravel 8 support

02 Nov 17:09
85ac7cc
Compare
Choose a tag to compare
Merge pull request #4 from softonic/Laravel-8-support

Laravel 8 support

Add Laravel 7.x Support

14 May 15:44
96a1b80
Compare
Choose a tag to compare
2.2.0

Add Laravel 7.x Support

Laravel 6 support

25 Oct 08:38
Compare
Choose a tag to compare
2.1.0

Add support for Laravel 6 (#2)

Accept header does not override

29 Aug 09:35
84cfd83
Compare
Choose a tag to compare

Previously the header was always set without check if it was already set. Now it does not set the hgeader if it was provided by the original request.

Laravel middleware to add Accept application/json header to requests

26 Jul 14:03
Compare
Choose a tag to compare
1.0.0

Laravel request accept json middleware