David Palomares

Results 31 comments of David Palomares

Would like something like this implemented. This is also annoying on legacy projects (without autoloader), or on projects where you don't have all the dependencies on the project folder (my...

In the meantime, what about adding some blank lines at the end of the output for vertical layout? It's not pretty but can make useable the plugin on that configuration.

Or allowing to scroll past end of buffer...

Yes, that's what i'm doing now, but I am wasting a lot of vertical space with 16:9 screens :-)

Hi, You know you can use [datatables](http://labs.infyom.com/laravelgenerator/docs/5.3/generator-options#datatables)? It doesn't have a per-column filter (only a global search field), but that can be easily achieved (see [here](https://datatables.net/examples/api/multi_filter.html))

I think yes. Laravel's helper `resolve` function _resolves a given class or interface name to its instance using the service container_ ([doc](https://laravel.com/docs/5.6/helpers#method-resolve)). That function only calls another helper, `app` with...

I'm on vacation in two weeks. Will try to make a PR then and run the tests to see what other issues arise. I have a project that runs on...

Yes, it would be great if you can configure the search column (it might be name, code, external_id... or maybe search by more than one column).