You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
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"
The text was updated successfully, but these errors were encountered: