Anish Dcruz
Anish Dcruz
@Sebbba i didnt know about this. Are you sure this works? I will test this later
@thomaspaulson thanks for your contribution.
@thomaspaulson how can i contact you, can you share your email?
Hi anderson, This issue might be related to node version, try using latest 6 or 7. Also, this project is still in development and i not happy with code. So...
@codebangla there is no register at the moment. This project is a work in progress. So I will soon start from scratch with better docs.
Thanks @tom76dc , It must be in storeMany method in HasManyRelation.php Let me check.
This demo app is using an older version of Vue. Try upgrading to latest.
I think u have to use WhereHas method
In order to filter the results by relationship you have to use `whereHas` method. For example: ``` User::with(['a', 'b', 'etc']) ->whereHas('roles', function($query) { $query->where('name', '=', 'admin'); // any search function...
@posva I spend few hours trying to fix this. Thanks a lot! Don't you think this should be documented?