芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/config/mobile_app.php
8, // 'view_blog_post_per_page' => 4, /* |-------------------------------------------------------------------------- | Popular |-------------------------------------------------------------------------- | | This values (Days) will be used to pick popular products. | */ 'popular' => [ // Number of Days 'period' => [ 'trending' => 2, 'weekly' => 7, ], // Number of top selling products will be picked 'take' => [ 'trending' => 8, 'weekly' => 8, ], // This will use to lebel product list as hot item 'hot_item' => [ 'period' => 24, //hrs 'sell_count' => 3, ], ], /* |-------------------------------------------------------------------------- | Filter |-------------------------------------------------------------------------- | | This values (Days) will be used to filter product lintings. | */ 'filter' => [ 'new_arrival' => 7, // Days ], /*Push Notification For Mobile App*/ 'push_notification' => [ 'notify' => true, 'group_notify' => true, 'group' => 'test users', 'class' => \App\Models\Customer::class, 'app_id' => env('PUSHER_APP_ID'), 'api_key' => env('PUSHER_APP_KEY'), ], ];