You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to register I am getting the following trait not found error:
Symfony\Component\ErrorHandler\Error\FatalError thrown with message "Trait 'Illuminate\Database\Eloquent\Factories\HasFactory' not found"
Stacktrace:
#0 Symfony\Component\ErrorHandler\Error\FatalError in /home/im-possible/projects/dev/test01/app/Models/User.php:14
Steps To Reproduce:
Install Laravel
Manually create "Models" folder (see note 1)
Install Jetstream. (see note 2)
php artisan jetstream:install livewire --teams
php artisan migrate
Register
Note 1: While the Models folder is not automatically created in step 1, I did it manually in step 2
Note 2: After step 4 ( jetstream:install ) there are 2 Users.php files ( one in App and one in App/Model )
The text was updated successfully, but these errors were encountered:
imClement
changed the title
(livewire) Trait HasFactory not found
(livewire) Trait HasFactory not found when register
Sep 2, 2020
Description:
Trying to register I am getting the following trait not found error:
Steps To Reproduce:
Note 1: While the Models folder is not automatically created in step 1, I did it manually in step 2
Note 2: After step 4 ( jetstream:install ) there are 2 Users.php files ( one in App and one in App/Model )
The text was updated successfully, but these errors were encountered: