confer icon indicating copy to clipboard operation
confer copied to clipboard

Laravel 5.2

Open williansebastiao opened this issue 10 years ago • 14 comments

You think about upgrading to version 5.2?

williansebastiao avatar Jan 20 '16 19:01 williansebastiao

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!

dazzz1er avatar Mar 07 '16 11:03 dazzz1er

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

robertfpz avatar Nov 18 '16 02:11 robertfpz

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

abraao-braz avatar Nov 24 '16 12:11 abraao-braz

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!

williansebastiao avatar Nov 24 '16 13:11 williansebastiao

Tks guy.

abraao-braz avatar Nov 24 '16 13:11 abraao-braz

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

williansebastiao avatar Nov 24 '16 13:11 williansebastiao

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

abraao-braz avatar Nov 24 '16 13:11 abraao-braz

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

robertfpz avatar Nov 25 '16 01:11 robertfpz

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

rabiibrahimi avatar Jan 04 '17 10:01 rabiibrahimi

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

robertfpz avatar Jan 06 '17 02:01 robertfpz

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

rabiibrahimi avatar Jan 06 '17 11:01 rabiibrahimi

@RabiCodie You can check your console for specific error

robertfpz avatar Jan 16 '17 05:01 robertfpz

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

agenciajaque avatar Mar 31 '17 19:03 agenciajaque

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

ebulku avatar May 02 '18 18:05 ebulku