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

<?php
return [
/* Important Settings */
// ======================================================================
'webservice-url' => env('SMSIR_WEBSERVICE_URL','https://ws.sms.ir/'),
// SMS.ir Api Key
'api-key' => env('SMSIR_API_KEY',null),
// SMS.ir Secret Key
'secret-key' => env('SMSIR_SECRET_KEY',null),
// Your sms.ir line number
'line-number' => env('SMSIR_LINE_NUMBER',null),
// ======================================================================
];