Tz Digital
Tz Digital
same here :/
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  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, ], ],...