@ali.bayat
@Alimotreb
کدم اینه
if($route->methods()[0]!='GET' | $route->methods()[0]=='GET') {
$method = $route->getActionMethod();
$actions = explode('\\', $route->getActionName());
$controller = substr(end($actions), 0, strpos(end($actions), "@"));
LogModel::create([
'ip' => $request->ip(),
'agent' =>$agent->setUserAgent(),
'controller' => $controller,
'method' => $method,
'user_id' =>'',
'input' => $request->getContent(),//$request->getContent(),
'route' => $request->path(),
'browser'=>$agent->browser(),
'mobile_or_desktop'=>$r,
'platform'=>$agent->platform(),
//'http_method' => $route->methods()[0],
]); }
میخو ام جلوی user_idقرار بدم auth()->user()->idاما ارور میده
"Trying to get property 'id' of non-object",
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟