dazzz1er / confer

Easy real-time chat for laravel 5 based websites and applications
133 stars 47 forks source link

Laravel 5.2 #20

Open williansebastiao opened 8 years ago

williansebastiao commented 8 years ago

You think about upgrading to version 5.2?

dazzz1er commented 8 years ago

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 commented 7 years ago

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

abraao-braz commented 7 years ago

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

williansebastiao commented 7 years ago

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 commented 7 years ago

Tks guy.

williansebastiao commented 7 years ago

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

abraao-braz commented 7 years ago

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

robertfpz commented 7 years ago

@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 commented 7 years ago

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 commented 7 years ago

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

rabiibrahimi commented 7 years ago

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 commented 7 years ago

@RabiCodie You can check your console for specific error

agenciajaque commented 7 years ago

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 commented 6 years ago

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