June 16, 20232 yr @Lranda blastnya saya akali pakai spreadsheet, schedulenya juga sama. Kebanyakan kendala disitu. This forum account is currently banned. Ban Length: Member has been permanently banned.
June 16, 20232 yr 1 minute ago, Antoni Edi Kurniawan said: @Lranda blastnya saya akali pakai spreadsheet, schedulenya juga sama. Kebanyakan kendala disitu. Caranya gimana mas 🙏🙏🙏
June 16, 20232 yr @Lranda dm mas, lanjut di whatsapp. This forum account is currently banned. Ban Length: Member has been permanently banned.
June 16, 20232 yr hahaha so active thread. karena di forum sebelah sok2an di password dan harus punya resource 3. jadi pindah ke sini deh
June 16, 20232 yr On 6/13/2023 at 5:45 PM, Antoni Edi Kurniawan said: @Aku Ircham Masih bisa WhatsApp Gatewaynya? Saya mentok di generate QR Codenya Ada update terakhir 18 Mei 2023. Aku bisa kok mas, japri aja mas, nanti saya ajari
June 16, 20232 yr 15 minutes ago, Antoni Edi Kurniawan said: @Lranda blastnya saya akali pakai spreadsheet, schedulenya juga sama. Kebanyakan kendala disitu. Saya ga ada kendala sama sekali mas
June 16, 20232 yr 3 minutes ago, kecoamumet said: hahaha so active thread. karena di forum sebelah sok2an di password dan harus punya resource 3. jadi pindah ke sini deh Wkwkwkwk bener mas
June 16, 20232 yr 13 minutes ago, Aku Ircham said: Wkwkwkwk bener mas Untuk setingan cronjobnya gimana mas?
June 16, 20232 yr 10 minutes ago, Lranda said: Untuk setingan cronjobnya gimana mas? my cronjob is like this mas /www/server/php/80/bin/php /path/to/script/artisan schedule:run 1>> /dev/null 2>&1
June 16, 20232 yr 2 minutes ago, kecoamumet said: my cronjob is like this mas /www/server/php/80/bin/php /path/to/script/artisan schedule:run 1>> /dev/null 2>&1 Install di vps ya mas?
June 16, 20232 yr 33 minutes ago, Lranda said: Untuk setingan cronjobnya gimana mas? Via email irchamlaela@gmail.com Edited June 16, 20232 yr by Aku Ircham
June 16, 20232 yr @kecoamumet dimana ini ?haha Soalnya cuma aktif disini. This forum account is currently banned. Ban Length: Member has been permanently banned.
June 16, 20232 yr Sudah jadi gaes. This forum account is currently banned. Ban Length: Member has been permanently banned.
June 16, 20232 yr 57 minutes ago, Aku Ircham said: Aku bisa kok mas, japri aja mas, nanti saya ajari Sudah jadi mas. This forum account is currently banned. Ban Length: Member has been permanently banned.
June 17, 20232 yr config cronjob in shared hosting To make it work you must edit file "custom-route.php" at "webhome/routes/custom-routes.php with: ?php use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Artisan; Route::get('generate', function (){ return \Illuminate\Support\Facades\Artisan::call('storage:link'); })->name('generate'); Route::get('/schedule-run', function () { return Illuminate\Support\Facades\Artisan::call('schedule:run'); })->name('schedule-run'); Route::get('/clear-cache',function(){ dd('adsf'); return Artisan::call('optimize'); })->name("cache.clear"); ?> ---------------------- Now you can test: www.yourweb.com/schedule-run For the cronjob i´m using this two every five minutes: cd /YOURHOMEE/artisan schedule:run 1 >/dev/null 2>&1 curl "https://YOURWEB.com/schedule-run" >/dev/null 2>&1
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.