dazzz1er/confer

Laravel 5.2

Opened this issue · 14 comments

You think about upgrading to version 5.2?

Hi @williansebastiao sorry for the late reply, it's on my mind but yet to find time at the moment to investigate and make the changes. I don't think I'll be making this update for at least a month but someone nice may come along and make a pull request in the mean time, which I'd be more than happy to accommodate!

It's work for me in 5.2 but you have to edit some code

Hi @williansebastiao what you do for It work in Laravel 5.2, can you send me lines codes that you'v change ?

Hello @abraao-braz !
I did not implement for laravel 5.2. The @robertfpz who did it.
Today I'm not using this library anymore, but another one.

Hugs!

Tks guy.

Hi @robertfpz what you do for It work in Laravel 5.2, can you send me lines codes that you'v change ?

@abraao-braz in ConferServiceProvider.php you have to change bindShared() into singleton()

and for the files in command folder here's what i did

use App\Jobs\Job;
use Illuminate\Queue\InteractsWithQueue;
use Illuminate\Contracts\Queue\ShouldQueue;
use DJB\Confer\Conversation;
use DJB\Confer\Confer;
use App\User;
use Push;

class ConversationWasRequested extends Job implements ShouldQueue {

use InteractsWithQueue;

Hi @robertfpz
could you please help i have tried to use this in laravel 5.2 and i can login but i can't bring the chat screen. is this to do with the fact that demo application that @dazzz1er has put in is using Pusher account?
any help will be much appreciated :)
thanks

Hi @RabiCodie
could you share some of your codes or error..

Hi @robertfpz,

i don't get any error i can still log into the page and sign up but when i click on the chat icon nothing happens and nothing show up. any idea what that could be !!!

thanks

@RabiCodie You can check your console for specific error

i'm use laravel 5.2 but return a error when u do php artisan migrate --seed
error
" [ReflectionException]
Class ConferSeeder does not exist
"

Hi @RabiCodie, did you fix that? I am facing the similar problem.