mpociot / laravel-test-factory-helper

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

lumen 5.4 #20

Closed zongmi closed 5 years ago

zongmi commented 7 years ago

The JSON field type that does not seem to support mysql5.7

Exception: Unknown database type json requested, Doctrine\DBAL\Platforms\MySQL57Platform may not support it.

Mongodb doesn't seem to support either

Exception: call_user_func_array() expects parameter 1 to be a valid callback, class 'MongoDB\Database' does not have a method 'getDoctrineDriver'

jrmadsen67 commented 5 years ago

this is a duplicate of #11

close