After composer update and installing contracts I get this error:
Fatal error: Declaration of Illuminate\Container\Container::make() must be compatible with Illuminate\Contracts\Container\Container::make($abstract, array $parameters = Array) in C:\xampp\htdocs\app\vendor\laravel\framework\src\Illuminate\Container\Container.php on line 12
Can't find solution, does anyone please knows how to fix it?
I was missing compiled.php
file in vendor
folder. So when I pull that back all works as before.
Well, now I get this when I want to login or register:
Class App\User contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (Illuminate\Contracts\Auth\Authenticatable::getAuthIdentifierName)