Ahmad Shamli
Ahmad Shamli
Hi, For people that use mongo(only for php 5.6) extension from pecl, mongo extension has been superseded by mongodb, which people who use php > 7 should use. Not sure...
Change $tags to public to allow modifying style on the run
Hi, It would be good if there were an option to enabled/disabled yabs option, so each time user want to run yabs from copy pasting, there is no need no...
by modifying yabs command, you can save yabs data without either disk speed test, speed test, or geekbench. example: curl -sL yabs.sh | bash -s -- -fig -s "https://host/api/yabs/id/keys" added...
Hi, It would be best if there is an option to display actual cost instead of average. This would better reflect what need to pay in weekly, monthly, or yearly....
my-idlers V2.3.2 on file app/Models/Home.php public static function servicesCount() { return Cache::remember('services_count', now()->addHours(6), function () { $count = DB::table('pricings') ->select('service_type', DB::raw('COUNT(*) as amount')) ->groupBy('service_type') ->where('active', 1) ->get(); var_dump($count); return $count;...