-
First off: I am absolutely a big Laravel fan and appreciate all the great OSS stuff the Laravel team is doing :heart:
Also, I am not trying to pinpoint anyone in the Laravel team because I think they…
-
I understand the opinionated concept of having a default personal team with new registered users. But from there, it can raise some problems such as: `Firstname's Team` is hardcoded, so for multi-loca…
-
- Jetstream Version: 2.6.1
- Jetstream Stack: Livewire (but probably both)
- Uses Teams: Yes
- Laravel Version: 8.79.0
- PHP Version: 8.0.12
- Database Driver & Version: mysql Ver 14.14 Distrib …
-
### Bug description
For every new registered user, a new tenant (with database) should be created automatically.
Above mentioned exception is raised when trying to register a new user.
Without the…
-
# Bug report
```json
{
"php": "^8.1",
"laravel/framework":"9.19.0",
"nunomaduro/larastan": "^2.1.4",
"phpstan/phpstan": "^1.8"
}
```
```terminal
Reached internal errors …
-
Hello,
I'm trying to delete permission with
`$permission->delete()`
but I've got an exception :
`Illuminate\Database\ClassMorphViolationException
No morph map defined for model [Spatie\Permi…
-
- Fortify Version: 1.7.2
- Laravel Version: 8.19
- PHP Version: 7.4
### Description:
#### Authentication with vs. without 2fa
When authenticating **without** the `Features::twoFactorAuthentic…
-
- Jetstream Version: 1.6.5
- Jetstream Stack: Livewire
- Laravel Version: 8.20.1
- PHP Version: 7.3
I have troubles when installing Jetstream.
First:
composer require laravel/jetstrea…
-
- Fortify Version: 1.8.4
- Laravel Version: 8.74.0
- PHP Version: 8.0.11
- Database Driver & Version: MySQL 8.0.26
### Description:
When an array (or non scalar value) is posted to the login ro…
-
Related to https://github.com/laravel/fortify/issues/331 there is currently no protection to prevent users from locking themselves out of their account.
In this spirit it would be nice to ask users…