poser
poser copied to clipboard
Create class based model factories in Laravel applications in seconds.
Results
2
poser issues
Sort by
recently updated
recently updated
newest added
I am having an issue with BelongsTo where no matter what I try, the product_id field is always missing, even alongside other identical relationships which are working. The only difference...
My models are in app\Models so the namespace is \App\Models In the config file I have `"models_namespace" => "App\\Models\\",` And I am generating the factories using `make:poser -f` so it...