Dawid Janik

Results 7 comments of Dawid Janik

I would also gladly see this fix applied as it is a common issue nowadays.

@scottcheng, would be great if you could merge this.

Even in case of custom connection name that probably still will be a default connection. It would be best to just check the connection driver, not a name. Something like...

@jasonmccreary said in #57 that he is stepping away from maintenance of this package. Forked version is available here: [TheDoctor0/laravel-factory-generator](https://github.com/TheDoctor0/laravel-factory-generator). Changes: - Major code refactoring - Fixed bugs (https://github.com/mpociot/laravel-test-factory-helper/issues/49, https://github.com/mpociot/laravel-test-factory-helper/pull/54)...

Hey @johnluxor! You are right, looks like I'll need to use https://laravel.com/api/8.x/Illuminate/Database/Schema/Blueprint.html#method_getColumns instead for Laravel 11.x. I'll try to implement that in the upcoming weekend but feel free to open...

@johnluxor done in https://github.com/TheDoctor0/laravel-factory-generator/releases/tag/1.4.0

Hi @dcooney! Right now it is not possible but a feature like that can certainly be added. I added an `enhancement` label to track it.