https://dev.to/krixnaas public function notifyApp($app_id){ $payload = array( 'to' => $app_id, 'sound' => 'default', 'body' => "New Task Assigned"); $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => "https://exp.host/--/api/v2/push/send", CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "", CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_POSTFIELDS => json_encode($payload), "Accept: application/json", "Accept-Encoding: gzip, deflate", "Content-Type: application/json", "cache-control: no-cache", "host: exp.host"), )); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:". $err; } else { echo $response; }} Enter fullscreen mode Exit fullscreen mode Read next https://dev.to/jmau111/another-php-8-cheat-sheet-58kn https://dev.to/techtoolindia/import-excel-file-into-laravel-8-3kif https://dev.to/crazedvic/laravel-8-and-fontawesome-without-sass-24p0 https://dev.to/shanisingh03/how-to-import-excel-csv-file-into-laravel-4he3
Newsletter

Get the latest Laravel/PHP jobs, events and curated articles straight to your inbox, once a week

Fathom Analytics | Fast, simple and privacy-focused website analytics. Fathom Analytics | Fast, simple and privacy-focused website analytics.
Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future. Achieve superior email deliverability with ToastMail! Our AI-driven tool warms up inboxes, monitors reputation, and ensures emails reach their intended destination. Sign up today for a spam-free future.
Community Partners