We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I run command :
php artisan migrate:fresh --seed
I get the following error:
In DatabaseServiceProvider.php line 89: Class "Faker\Factory" not found
I don't know how to fix it, but we can see the missing import in vendor/wpstarter/framework/src/WpStarter/Database/DatabaseServiceProvider.php
vendor/wpstarter/framework/src/WpStarter/Database/DatabaseServiceProvider.php
WpStarter version: v1.5.7
The text was updated successfully, but these errors were encountered:
You need to install fakerphp/faker package https://packagist.org/packages/fakerphp/faker "require-dev": { "fakerphp/faker": "^1.22.0", // ... }
Sorry, something went wrong.
@as247 thanks! I have taken the liberty of opening a pull request for the documentation.
wpstarter/docs#11
No branches or pull requests
Whenever I run command :
I get the following error:
In DatabaseServiceProvider.php line 89: Class "Faker\Factory" not found
I don't know how to fix it, but we can see the missing import in
vendor/wpstarter/framework/src/WpStarter/Database/DatabaseServiceProvider.php
WpStarter version: v1.5.7
The text was updated successfully, but these errors were encountered: