Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Target class [] does not exist

/*
	Laravel: If you are using Jetstream, and you are using the middleware: 
    
    'auth:sanctum',
    config('jetstream.auth_session')
    
    validate that you have:
    
*/

  use LaravelJetstreamHttpMiddlewareAuthenticateSession; //-- on top

  'middleware' => ['web'],
  'auth_session' => AuthenticateSession::class,
 
PREVIOUS NEXT
Tagged: #Target #class #exist
ADD COMMENT
Topic
Name
5+3 =