Wouter Dendas

Results 3 comments of Wouter Dendas

Same here. tymon/jwt-auth/src/JWTGuard.php ```php protected function requireToken() { if (! $this->jwt->setRequest($this->getRequest())->getToken()) { throw new JWTException('Token could not be parsed from the request.'); } return $this->jwt; } ```

Since the "rebase"-commit, there are a lot of files missing... The Commands-folder has been deleted too. That's what causing the "Command "app:install" is not defined." message.

It does support PHP 8.1 and 8.2 if you use this package in combination with https://github.com/spatie/laravel-newsletter In order to use it with Mailchimp they require you to use this package...