laravel-test-factory-helper
laravel-test-factory-helper copied to clipboard
Error when upgrading laravel 7 to laravel 8
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.
I'm facing the same problem here, any solution?
This package seems not being updated to support laravel 8. Consider using thedoctor0/laravel-factory-generator instead