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
How to format the exceptions correctly in laravel 8, since in this version there is no longer the render method, there is the register method but it does not receive the $ request parameter
The text was updated successfully, but these errors were encountered:
The render method does still exist, so if you follow the installation instructions you will still get JSON:API errors. We maybe need to update it at some point as Laravel has changed how you can plug into the exception handler. However this isn't a high priority as it still works using the render method, and this package is technically deprecated in favour of the new laravel-json-api/laravel package.
How to format the exceptions correctly in laravel 8, since in this version there is no longer the render method, there is the register method but it does not receive the $ request parameter
The text was updated successfully, but these errors were encountered: