bagisto / laravel-data-faker

Creates fake data of products and customers for testing
MIT License
22 stars 23 forks source link

Class 'Database\Factories\Webkul\Category\Models\CategoryTranslationFactory' not found #41

Closed hagarwal-velsof closed 7 months ago

hagarwal-velsof commented 7 months ago

Hi,

I am facing the following error after running php artisan bagisto:fake -

Class 'Database\Factories\Webkul\Category\Models\CategoryTranslationFactory' not found bagisto-error1

jeann2013 commented 7 months ago

me too

shivendra-webkul commented 7 months ago

Hi @hagarwal-velsof, Could you please specify in which version you are facing this problem? This will help us investigate and address the issue more effectively. Thank you! I have checked it in master, this issue not appearing I attached screenshot please check it. image

hagarwal-velsof commented 7 months ago

image

I am facing it in Version 1.4.1

jitendra-webkul commented 7 months ago

Database\Factories\Webkul\Category\Models\CategoryTranslationFactory class is not present in version 1.4.1. You can either upgrade to a later version that includes this class or manually add the class if needed.