芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/panorama.panoramawholesale.com/config/notification.php
env('SMS_GATEWAY', ''), 'sms_gateways' => [ 'twilio' => TwilioChannel::class, 'nexmo' => NexmoChannel::class, 'fast2sms' => Fast2SmsChannel::class, 'sslwireless' => SslWirelessChannel::class, 'mimsms' => MimSmsChannel::class, 'msegat' => MsegatChannel::class, 'sparrow' => SparrowChannel::class, 'zender' => ZenderChannel::class, ], /* * Log items older than this number of days will be automatically be removed. * * This feature uses Laravel's native pruning feature: * https://laravel.com/docs/10.x/eloquent#pruning-models */ 'prune_after_days' => 30, /* * If this is set to true, any notification that does not have a * `shouldLog` method will be logged. */ 'log_all_by_default' => true, ];