Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

IlluminateContractsAuthAuthenticatable, AppModelsUser given, called in

//You must use Authenticatable in User model

use IlluminateFoundationAuthUser as Authenticatable;

class User extends Authenticatable
{
  //your code
 
PREVIOUS NEXT
Tagged: #AppModelsUser #called
ADD COMMENT
Topic
Name
4+7 =