sger / laravel-messenger-demo

Laravel Messenger Demo
5 stars 7 forks source link

Project is not working proprely #1

Open CoderRathore opened 7 years ago

CoderRathore commented 7 years ago

I have download the code from github. And Also run the command by cmd but project not working properly.when we click on the login menu this error is coming "No supported encrypter found. The cipher and / or key length are invalid." So please solve this issue . so i check the chat functionality in your code in localhost.

javaftper commented 7 years ago

Have you tried running php artisan key:generate from the console?

CoderRathore commented 7 years ago

hi, Project is working properly not chating functionlity is not working. PLs help me.

bosz commented 6 years ago

Hi. The project does not work. Running composer update or php artisan migrate or php artisan key:generate or composer dumpautoload gives me this error

PHP Fatal error:  Uncaught Error: Class 'Illuminate\Foundation\Application' not found in /var/www/html/test/laravel-messenger-demo/bootstrap/app.php:14
Stack trace:
#0 /var/www/html/test/laravel-messenger-demo/artisan(18): require_once()
#1 {main}
  thrown in /var/www/html/test/laravel-messenger-demo/bootstrap/app.php on line 14

Help pls

sger commented 6 years ago

@bosz update to the latest laravel version.

zilveer commented 6 years ago

Any updates on this?