czemu / nova-calendar-tool

A Laravel Nova tool to display a calendar with event management.
MIT License
31 stars 29 forks source link

Fixed conflict with Laravel Debugbar #8

Closed meletisf closed 3 years ago

meletisf commented 3 years ago

This PR fixes an issue (as seen on #4) where Laravel Debugbar forces it's code in to the Calendar index() response.

By properly returning the response using response()->json() we eliminate the issue.

czemu commented 3 years ago

@meletisf Thanks!