gareth-ib

Results 8 comments of gareth-ib

wow this is a really long time to not do this feature... If PHP implemented RFC types this would be built in... but they still haven't decided on a good...

yeah I agree there shouldn't be hacks added into phpdoc.. but there must be some sort of concept that can logically solve this concept of needing a param to be...

@Tjoosten might be better to just have a separate "report object" type of util to handle reporting anything

I have that ability in my fork. including the connection name in the namespace https://github.com/pursehouse/modeler-laravel-eloquent

Any progress on this discussion? I'm trying to support a composite table as well. Adding a single primary key would put bloat on my tables I don't want to do....

@prezire because then the extension will end up needing more effort to maintain as internals change. And making it be a requirement to have a special method in order to...

Laravel already supports creating composite primary keys... straight from the docs on https://laravel.com/docs/6.x/migrations ```php $table->primary(['id', 'parent_id']); ``` But then for some reason eloquent doesn't support actually using that key it...

@palypster implementing it would be easy... but spending the time doing it just to have it rejected from merger would be a total waste of time. Get someone to confirm...