Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Laravel 5.2 #20

Open
williansebastiao opened this issue Jan 20, 2016 · 14 comments
Open

Laravel 5.2 #20

williansebastiao opened this issue Jan 20, 2016 · 14 comments

Comments

@williansebastiao
Copy link

You think about upgrading to version 5.2?

@dazzz1er
Copy link
Owner

dazzz1er commented Mar 7, 2016

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!

@robertfpz
Copy link

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

@abraao-braz
Copy link

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

@williansebastiao
Copy link
Author

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!

@abraao-braz
Copy link

Tks guy.

@williansebastiao
Copy link
Author

@abraao-braz i'm using this https://pusher.com/

@abraao-braz
Copy link

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

@robertfpz
Copy link

robertfpz commented Nov 25, 2016

@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;

@rabiibrahimi
Copy link

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

@robertfpz
Copy link

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

@rabiibrahimi
Copy link

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

@robertfpz
Copy link

robertfpz commented Jan 16, 2017

@RabiCodie You can check your console for specific error

@agenciajaque
Copy link

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

@ebulku
Copy link

ebulku commented May 2, 2018

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

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

No branches or pull requests

7 participants