dazzz1er / confer

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

[Symfony\Component\Debug\Exception\FatalThrowableError] Undefined constant 'DJB\Confer\ConferServiceProvider' #42

Open karolbienczak opened 6 years ago

karolbienczak commented 6 years ago

Hello, I had the problem when I try :php artisan migrate --seed . I add :DJB\Confer\ConferServiceProvider, on Config/app.php

effedetto commented 6 years ago

I have the same problem. when do php artisan vendor:publish it replay Nothing to publish, then I add in Config/app.php the 'DJB\Confer\ConferServiceProvider' it seems to solve. I'm still installing the project.