Created
May 18, 2018 14:07
-
-
Save artemrogov/95f3785b9262ea7477fd48617dce4a33 to your computer and use it in GitHub Desktop.
Выражения ORM Eloquent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Eloquent выражения: | |
==================================================================== | |
Связи, уникальные для каждого пользователя, связь модель магазин и продукт:*/ | |
$result = $store->find(Auth::user()->id)->products()->create($request->all()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment