chatter
chatter copied to clipboard
Integrate with Voyager?
Hello,
I'm just wondering if Chatter can be integrated with Voyager or is that still to come?
Thanks!
You can easily integrate Chatter with Voyager yourself
I might do a plugin that gives the integration out of the box. Will keep you posted.
Would love to see a out of the box solution for this one. if any help needed on it i'm always willing to help
i am trying to integrate chatter and voyager, today, i found chatter_post table problem, this table come from chatter, when i integrating it with voyager and add A bread function to this table (chatter_post) it said error because voyager searching for chatter_posts table (the name it's different right? our table is chatter_post) , but you can easily fix this by define the table name on model in my case (chatter post error) : add ChatterPost.php into Http folder, the code is
`<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class ChatterPost extends Model { protected $table = 'chatter_post'; } ` it will fix it
sorry for my bad english :-)
I might do a plugin that gives the integration out of the box. Will keep you posted.
where are you from the development of the plugin?