Tz Digital

Results 4 comments of Tz Digital

same problem here :/ have any solutions ? thx composer.json file : `"require": { "php": "^7.3|^8.0", "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", "laravel/framework": "^8.12", "laravel/tinker": "^2.5", "laravel/ui": "^3.2", "vanilo/framework": "^2.1"...

I also redid the installation several times, using the recommendations mentioned above, but still the same problem ![image](https://user-images.githubusercontent.com/72082246/114055231-df0fcf80-9890-11eb-89ce-bdaa5e389ec4.png) i have same config as @ayhanbaris thx

I advance! in `config/auth.php` I changed the user model to that of konekt like this: ```php 'providers' => [ 'users' => [ 'driver' => 'eloquent', 'model' => Konekt\AppShell\Models\User::class, ], ],...