json-exception-handler icon indicating copy to clipboard operation
json-exception-handler copied to clipboard

Update resource publishing command to match with new namespace

Open ravishaheshan opened this issue 4 years ago • 0 comments

Resource publishing command in Readme.md still has the v1 namespace which will throw "Unable to locate publishable resources." error when trying to publish resources.

php artisan vendor:publish --provider="SMartins\JsonHandler\JsonHandlerServiceProvider" needs to change as php artisan vendor:publish --provider="SMartins\Exceptions\JsonHandlerServiceProvider"

ravishaheshan avatar Nov 11 '20 16:11 ravishaheshan