Manually creating related stream entries
Created 8 years ago by keevitajaHello!
I have a similar stream with content types setup as it is in posts and pages module.
I need to manually create a new entry for the main stream and the related type content. I can easily insert primary model with
$advertModel->create($data);
but how do i create the related type entry?
Relationship type field types (multiple, relationship, polymorphic, file(s), and such) all provide normal laravel relations: https://laravel.com/docs/5.3/eloquent-relationships
When in doubt just remember.. Stream Entry models ARE Eloquent models!