Looking to hire Laravel developers? Try LaraJobs

laravel-json-response maintained by dragon-code

Description
Automatically always return a response in JSON format
Last update
2026/03/19 23:43 (dev-main)
License
Links
Downloads
18 694
Tags

Comments
comments powered by Disqus

Json Response for Laravel

Stable Version Total Downloads Github Workflow Status License

Automatically always return a response in JSON format

Installation

Compatibility

PHP Laravel Json Response
8.1, 8.2, 8.3, 8.4 10.x, 11.x, 12.x ^3.0
7.3, 7.4, 8.0, 8.1, 8.2, 8.3, 8.4 6.x, 7.x, 8.x, 9.x, 10.x ^2.0

To get the latest version of Laravel Json Response, simply require the project using Composer:

composer require dragon-code/laravel-json-response

Or manually update require block of composer.json and run composer update.

{
    "require": {
        "dragon-code/laravel-json-response": "^3.0"
    }
}

Using

After you've installed the package via composer, you're done. There's no step two.

This package will automatically register the DragonCode\LaravelJsonResponse\Middlewares\SetHeaderMiddleware middleware in the web and api groups, if they exist. The middleware will add a header Accept that will effectively convert all responses to JSON format. This header will apply to all responses.

If you need to redefine the header for specific groups of routes, you can do this by changing the settings.