Skip to content

Instantly share code, notes, and snippets.

View kyagie's full-sized avatar
🎯
Focusing

Arthur K. Kyagulanyi kyagie

🎯
Focusing
View GitHub Profile
<?php
// File :: config/mail.php
// Laravel 9.x or above
'smtp' => [
// ...
'verify_peer' => false,
]
@kyagie
kyagie / CountryCodesWithFlags.json
Created September 8, 2022 08:45
Gist with Country Names, Dial Codes & Flags
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF",
"flag": "🇦🇫"
},
{
"name": "Aland Islands",
"dial_code": "+358",