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
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
I'm new to laravel and use fzaninotto/Faker for practice seeding and i got the error when i create the instance
$faker = Faker\Factory::create();
Error is: Undefined type 'Database\Seeders\Faker\Factory'.intelephense(1009)
Thanks!
The text was updated successfully, but these errors were encountered:
The problem is with Intelephense probably. I use it in VSCode, but locked the updates in 1.2.3, because ongoing versions don't recognize standard Laravel classes, and requires to add fake helpers to get things working. Please try locking intelephense in version in 1.2.3 and see if that solves the issue.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm new to laravel and use fzaninotto/Faker for practice seeding and i got the error when i create the instance
$faker = Faker\Factory::create();
Error is: Undefined type 'Database\Seeders\Faker\Factory'.intelephense(1009)
Thanks!
The text was updated successfully, but these errors were encountered: