Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate with Voyager? #49

Open
AugmentBLU opened this issue Jan 29, 2017 · 5 comments
Open

Integrate with Voyager? #49

AugmentBLU opened this issue Jan 29, 2017 · 5 comments

Comments

@AugmentBLU
Copy link

Hello,

I'm just wondering if Chatter can be integrated with Voyager or is that still to come?

Thanks!

@marktopper
Copy link
Collaborator

You can easily integrate Chatter with Voyager yourself

@marktopper
Copy link
Collaborator

I might do a plugin that gives the integration out of the box.
Will keep you posted.

@Marascon
Copy link

Marascon commented Mar 1, 2017

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

@rifqifurqan
Copy link

rifqifurqan commented Mar 7, 2017

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 :-)

@BalamWeb
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants