-
Hey is the API Explorer all documentation of the API calls?
-
Hi there,
# Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [x] I am running the latest version
- [x] I checked the documentation and found no …
-
**Describe the bug**
The abstract `Model` class implements several interfaces, and so does the `Model.stubphp`:
https://github.com/psalm/psalm-plugin-laravel/blob/28b697a39aa96986733aae79415bfd776…
-
Hey All,
So I'm using Laravel Sanctum package for single page authentication.
[SPA authentication in sanctum](https://laravel.com/docs/8.x/sanctum#spa-authentication)
The setup:
i have subdo…
-
**Describe the bug**
Running Psalm with `--debug-by-line` on a Laravel 8 project I get:
```
/var/www/html/app/Models/User.php:1
Exception
Could not get class storage for eloquent
Stack…
-
**Describe the bug**
When I create a new command using `artisan make:command`, I get the following errors:
```console
$ php artisan make:command Example
$ vendor/bin/psalm
ERROR: PropertyNotS…
-
- Sanctum Version: laravel/sanctum
- Laravel Version: 8.45.1
- PHP Version: 8.0.7
- Database Driver & Version:
### Description:
I want to use Laravel Synctum for multiple authentication…
-
**Describe the bug**
After updating ` barryvdh/laravel-ide-helper` from `2.9.0` to `2.9.3`, Psalm fails with the following fatal error:
```terminal
$ vendor/bin/psalm --report=junit.xml
Scanning…
-
**Environment**
1. Version: 2021.07.04
2. Operating system: Linux
3. Php Version: 8.0.9
**Describe the bug**
When i use the following command, `artisan serve --host=192.168.0.34 --port=8000`, …
-
After successful registration and login, every route with middleware auth:sanctum returns a status code: 401 **Unauthorized**, what could be the problem?