MohammadReza Mohammadi

Results 3 comments of MohammadReza Mohammadi

Go to **config/auth.php** and change **Namespace\Of\Your\User\Model\User::class** to **App\User::class** such as this: ``` 'users' => [ 'driver' => 'eloquent', 'model' => App\User::class, 'table' => 'users', ], ``` it will work :)

Hi every one. I had this problem. I suggest you to try this: [https://github.com/qirolab/Laravel-WebSockets-Chat-Example/issues/5#issuecomment-718097138](https://github.com/qirolab/Laravel-WebSockets-Chat-Example/issues/5#issuecomment-718097138) it may help you!

Hi @AzizurrahmanMohammadi :) when you install the composer and do configurations, then you should run: `npm install` this command will install necessary files. after install npm do: `npm run dev`...