You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
474 B

  1. <?php
  2. return [
  3. /* Important Settings */
  4. // ======================================================================
  5. 'webservice-url' => env('SMSIR_WEBSERVICE_URL','https://ws.sms.ir/'),
  6. // SMS.ir Api Key
  7. 'api-key' => env('SMSIR_API_KEY',null),
  8. // SMS.ir Secret Key
  9. 'secret-key' => env('SMSIR_SECRET_KEY',null),
  10. // Your sms.ir line number
  11. 'line-number' => env('SMSIR_LINE_NUMBER',null),
  12. // ======================================================================
  13. ];