News

Describe the bug I updated a Laravel v10 project to v11 and noticed that some errors started to appear from intelephense To Reproduce class TestController extends Controller { public function index () ...
The extension reports an "Undefined method 'createToken ()'" error, even though the method is available in Laravel's authentication system. Hare is the code snippet ...