Bruno Oliveira
Bruno Oliveira
I want to translate the code to my language through the comments
Undefined type 'Illuminate\Database\Eloquent\Relations\Relation'.intelephense(1009)
// Laravel-Admin 没有 axios,使用 jQuery 的 ajax 方法来请求 return $.ajax({ url: '{{ route('admin.orders.handle_refund', [$order->id]) }}', type: 'POST',
I want to correct some syntax errors in the comments, and translate some to Portuguese
I'm Brazilian and I liked your code, if you want I can leave some comments in Portuguese or copy to Portuguese on my github
Undefined type 'MongoClient'.intelephense(1009) $connection= new \MongoClient($config['connection_string'],array('username'=>$config['username'],'password'=>$config['password']));