You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ```stream-laravel::render_activity``` view tag will render the view activity.$activity["verb"] view with the activity as context.
432
+
The ```stream-laravel.render_activity``` view tag will render the view activity.$activity["verb"] view with the activity as context.
433
433
434
434
For example activity/tweet.blade.php will be used to render an normal activity with verb tweet and aggregated_activity/like.blade.php for an aggregated activity with verb like
435
435
436
436
If you need to support different kind of templates for the same activity, you can send a third parameter to change the view selection.
437
437
438
438
The example below will use the view activity/homepage_like.html
0 commit comments