mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
935 stars 87 forks source link

Error when upgrading laravel 7 to laravel 8 #61

Open nezaboravi opened 3 years ago

nezaboravi commented 3 years ago

When upgrading from larvel 7 to laravel 8:

    - mpociot/laravel-test-factory-helper v2.1.0 requires illuminate/filesystem ^6.0|^7.0 -> satisfiable by illuminate/filesystem[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev].
    - Only one of these can be installed: illuminate/filesystem[v5.5.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev], laravel/framework[v8.0.0, ..., 8.x-dev]. laravel/framework replaces illuminate/filesystem and thus cannot coexist with it.
nerminealayeb7 commented 3 years ago

I'm facing the same problem here, any solution?

edwardchew97 commented 3 years ago

This package seems not being updated to support laravel 8. Consider using thedoctor0/laravel-factory-generator instead