Cristian Llanos
Cristian Llanos
Have you tried `php artisan code:models --schema=current`?
Hi, @mbnoimi. It hasn't been considered yet. Pull Requests that add new functionality are encouraged, though.
That's fine, @mbnoimi. There is no rush. Let's leave the issue open for some time and see if there is interest from other developers :)
This is happening because you can have cross database schema relationships. In order to get the relationships right, the package needs to look for all the other schemas.
The algorithm is a bit inefficient. There is room for improvement. I'm happy to accept pull request, by the way :)
You are encouraged to make pull requests with feature enhancements :)
Thanks, @hassoon3. This is amazing! Would you mind opening a Pull Request to add these changes?
I haven't set up our tests yet. It'd be amazing to have tests for this case. The'll come in handy when refactoring the package. I'll try to remember no to...
You are encouraged to make pull requests with feature enhancements :)
I'm not sure, @coatesap. It think it might be interesting to support this new style. However, I believe it would be better if it came with tests. Moreover, since it...