Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 437 Bytes

UPGRADE.md

File metadata and controls

18 lines (12 loc) · 437 Bytes

Upgrade Guide

Upgrading to 2.0 from 1.0

Updating Dependencies

Update the sfelix-martins/json-exception-handler dependency to ^2.0 in your composer.json file.

Update Configs

If you are not using Laravel 5.5 version change the JsonHandlerServiceProvider from your config/app.php providers array:

    'providers' => [
        ...
        SMartins\Exceptions\JsonHandlerServiceProvider::class,
    ],