Skip to content

3.12.1

Compare
Choose a tag to compare
@binaryk binaryk released this 17 Jul 14:40
· 60 commits to 3.x since this release

Added

Profile via User Repository

You can use the UserRepository (if you have one), to resolve the profile and perform the updates over the profile by using the UserProfile trait in your repository:

class UserRepository extends Repository
{
    use Binaryk\LaravelRestify\Repositories\UserProfile;
}

Checkout the documentation for more details.