Skip to content
Discussion options

You must be logged in to vote

Finally found https://backpackforlaravel.com/docs/6.x/crud-operation-create#use-events-in-your-setup-method in the docs. This provides clear solution to the issue

Post::creating(function($entry) {
    $entry->user()->associate(backpack_user());
});

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Kasparsu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants