sorry if i missed any instruction provided but seems i've followed them carefully but get to see 403 forbidden page when tried to navigate to /tinker url.
because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.
hi,
sorry if i missed any instruction provided but seems i've followed them carefully but get to see 403 forbidden page when tried to navigate to
/tinker
url.my debug begins at routes found as follow:
so i disable middleware being set in https://github.com/spatie/laravel-web-tinker/blob/master/src/WebTinkerServiceProvider.php#L52-L54 and no more error 403 forbidden.
my question is how do i disable middleware without modifying as above?