laravel-custom-relation
laravel-custom-relation copied to clipboard
A custom relation for when stock relations aren't enough.
Hi, Able to update `composer.json` for Laravel 8? Thank you.
after trying installing this package with compser: ``` php composer.phar require "johnnyfreeman/laravel-custom-relation" ``` I get this: ``` Using version ^0.0.3 for johnnyfreeman/laravel-custom-relation ./composer.json has been updated Loading composer repositories with...
Now that #8 has been merged, I feel like we've learned the best way to tackle the issue of making a custom relation is by accepting callables/closures for the abstract...
it got this error Call to undefined method LaravelCustomRelation\Relations\Custom::getKeys()