Skip to content
#

eloquent-models

Here are 107 public repositories matching this topic...

austenc
austenc commented Mar 8, 2018

Hey @czim I'm interested in using this package instead of Stapler, but we already use Stapler (via laravel-stapler) in our project. I saw the list of differences in the readme, but was wondering if there was a more robust migration guide?

If not, is there anything else I should be aware of when attempting the transition? Is the rest of the API mostly the same as stapler's?

This looks far m

slava-vishnyakov
slava-vishnyakov commented Mar 1, 2019
User
    affiliate_actions_for_this_user(): AffiliateAction[] <- AffiliateAction.invited_by_user()
    affiliate_action_that_invited_this_user(): AffiliateAction <- AffiliateAction.invited_user()

AffiliateAction
    invited_by_user() via invited_by_user_id: User <- User.affiliate_actions_for_this_user()
    invited_user() via invited_user_id: User <- User.affiliate_action_that_invited_

Improve this page

Add a description, image, and links to the eloquent-models topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eloquent-models topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.