How to Run CRON Job on LIVE SERVER on Cpanel in Laravel Project - Laravel CRON JOB on Live Server

  Рет қаралды 13,803

Programming Experience

Programming Experience

Күн бұрын

Пікірлер: 90
@pathshala-mb7yz
@pathshala-mb7yz 2 ай бұрын
Skipped all the top recommended videos just to watch yours, and it was my best decision today-totally worth it! 😍
@ProgrammingExperience
@ProgrammingExperience 2 ай бұрын
👍😊
@thumbsup2498
@thumbsup2498 Жыл бұрын
after trying many solution on intrernet finally got something that really did the job. 👍👍
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Enjoy👍
@shoaibnasir4277
@shoaibnasir4277 11 ай бұрын
bro this tutorial really help me to create a corn job for my application! well-done keep it up!
@ProgrammingExperience
@ProgrammingExperience 11 ай бұрын
👍👍👍
@rashidrafiq9239
@rashidrafiq9239 10 ай бұрын
Thank you :) , It was to the point and helpful.
@ProgrammingExperience
@ProgrammingExperience 10 ай бұрын
Thanks brother 👍
@sksaifuddin977
@sksaifuddin977 Жыл бұрын
Best wishes, Best in class, thanks sir.
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@sksaifuddin977
@sksaifuddin977 Жыл бұрын
@@ProgrammingExperience Sir , Apne Putty k setup nahi bataya, woh kaise kare
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@sksaifuddin977 terminal hoga apke cpanel mein bahan se command run kar lo jo mein putty mein kar raha hu.
@sksaifuddin977
@sksaifuddin977 Жыл бұрын
@@ProgrammingExperience but I m working on live and IN live every day it;s run auto. through terminal it only runs once right
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@sksaifuddin977 yes, but if you want to run in after minutes, you can add also.
@musclemaven209
@musclemaven209 Жыл бұрын
Really helpful. Thanks
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@amarchand1504
@amarchand1504 Жыл бұрын
Great job dear.. thanks a lot..
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@hammadskysofttech
@hammadskysofttech Жыл бұрын
very helpful video thanks brother
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@newsnests
@newsnests Жыл бұрын
zabar dast bro
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@abunoormostofasuza9276
@abunoormostofasuza9276 Жыл бұрын
Very helpful
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@AkhileshYadav-lv3kh
@AkhileshYadav-lv3kh 2 жыл бұрын
Thank you sir 👍👍
@ProgrammingExperience
@ProgrammingExperience 2 жыл бұрын
Welcome dear 👍
@Aman-Batra
@Aman-Batra 7 ай бұрын
Video Is very great and Helpful..👍 I have one doubt Bro 12:50 par jo everyminute() function hai Woh CRON job lgaaane k baad compulsory hai ?? Bcoz mujhe every 30 minutes ka cron job lganaa hai .
@ProgrammingExperience
@ProgrammingExperience 7 ай бұрын
everyminute() ko replace karke 30 minutes ka laga do, jo bhi apko time chahiye uske saath replace karna hoga.
@Aman-Batra
@Aman-Batra 7 ай бұрын
@@ProgrammingExperience Okk...THANKS Bro
@ProgrammingExperience
@ProgrammingExperience 7 ай бұрын
Your welcome brother 😊
@pacetech786
@pacetech786 11 ай бұрын
I Appreaciate these efforts. what about hpanel where we get special character not allowed
@ProgrammingExperience
@ProgrammingExperience 11 ай бұрын
I have not worked on hpanel, so that's why i have no any idea about that, I have idea about cpanel and aws.
@rahul_thakur__
@rahul_thakur__ Жыл бұрын
Agar cpanel se he cron job set karna tha to jo command banayi hai (TestLog) usme every munute kyo define kiya. Agar hum ek controller function banaye and uska url hum capanel ki cron job me de de to wo bi ese he work karega na. To extra command banane ki jarurat kyo hai. I am not able to understand this topic. I want to create dynamic cron jobs withing laravel like IF i want to send a whatsapp message through api after 4 minutes, then what we have to do to achive this. PLease exxplain
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
First point:- cpanel mein and command kernel mein every minute kyun add kiya? Answer:- cpanel mein hum isliye us command ko dal rahe hein jisse ki server us commod ko hit karein jo bhi humne cronjob mein time set kiya us par like every minute or etc. & Kernel.php mein humne us command ko every minute isliye set kiya kyunki jab bhi cron job run ho cpanel bali to humari jitni bhi commands kernel.pho mein hein or unko jo bhi humne time set kiya vo particular usi time par chalegi fir cron job cpanel bali kitni bhi baar hit ho. kernel.php mein hun saari commands ko register kar dete hein unke time ke bases par, but jab hum cpanel mein add karte hein command to hume every minute (* * * * *) php artisan schedule:run ko set karna chahiye isse yeh fayda hein ki jab apke project mein 5 commands hein or vo alag-alag time par set hein jaise ki koi every minute, every hour etc to cpanel to every minute hit karega par kernel.php mein vo check hoga ki kon ai command kab run honi chahiye. Second point:- command banane ki jarurat kyun hein? Answer:- sabse pehli baat ki hum used kar rahe hein Framework PHP ka, to ismein humein ek proper way se kaam karna chahiye unka used karna ana chahiye apki baat bilkul sahi hein ki hum function ka url dekar cron job mein add kar de but vo tarike bahut bad hein isliye to hum command create karte hein. Command create karne se fayda yeh hein ki humari jitni bhi cron job logica honge vo ek perticular file ke andar separated rahenge or humare diye hue name ke saath fir usko locally run bhi kar sakte hein command ko hit karke or kabhi bhi humein usko find karne mein problem nahi hogi or cron job set karne mein dikkat nahi ayegi. Or ek or benefit yeh hein ki aap bas ek baar php artisan schedule:run ko cron job mein add kar dete ho fir apko kabhi bhi or koi cron job banani ho to apko cpanel mein again add karne ki jarurat nahi bas command create karo kernel.php mein register karo add ho jayegi. Third point:- dynamic cron job kaise create kare laravel mein? Answer:- bhai dekho sabse pehle to apko laravel thik se sikhna hoga, kyunki apne jo questions kiye hein usko dekhar yeh lagta hein hein ki apne abhi properly laravel ke concepts nahi dekhein hein, to sabse pehle learn karo. Dynamic cron job karne ka tarika yahi heim brother jo is lecture mein bataya gaya hein or iska 1st part jarur dekhein. I hope you will satisfied, if you have any query, then let me known. 👍🤗
@rahul_thakur__
@rahul_thakur__ Жыл бұрын
@@ProgrammingExperience Thank you so much for the detailed answer ❤️. I understand using commands instead of just hitting the route from cpanel cron. Next I am learning queue concept in laravel hoping I am on right track
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@rahul_thakur__ okay cool Brother 👍
@shajedulislamkhandoker9997
@shajedulislamkhandoker9997 Жыл бұрын
thank u so much
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome dear 👍
@kusekwaJunior-w9e
@kusekwaJunior-w9e Жыл бұрын
Thanks brother for this, you save my ass for sure
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@Aman-Batra
@Aman-Batra 7 ай бұрын
Bro i dont have ssh access in my Cpanel Can i do it on local and copy paste that single command file on cpanel ???? And Same for Any controller ??
@ProgrammingExperience
@ProgrammingExperience 7 ай бұрын
Yes, you can do it, and in your cpanel have no ssh access, then you can use terminal, terminal is available in all cpanels.
@Aman-Batra
@Aman-Batra 7 ай бұрын
@@ProgrammingExperience Bro where can i find my terminal in cPanel ??
@ProgrammingExperience
@ProgrammingExperience 7 ай бұрын
Search terminal in your cpanel.
@Aman-Batra
@Aman-Batra 7 ай бұрын
I tried but didn't get any result
@ProgrammingExperience
@ProgrammingExperience 7 ай бұрын
Hmm then, i think in your cpanel have not available the terminal. Pls contact to support for ask about the terminal.
@fitNdedicated
@fitNdedicated 2 ай бұрын
Please make videos on laravel 10 and newest versions
@ProgrammingExperience
@ProgrammingExperience 2 ай бұрын
Okay I will, but the process is same.
@prosenjitsikdar
@prosenjitsikdar Жыл бұрын
Hostinger par nahi ho raha. Special character error show ho raha
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Cron section hein hostinger mein?
@JoyRoy-xt3ck
@JoyRoy-xt3ck Жыл бұрын
@@ProgrammingExperience ha hay. ap jo code bataya wo code Special character bol raha nahi ho raha. or mere laravel ki projects hay.
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@JoyRoy-xt3ck mein jaise used kar raha hu baise hi hota hein but mere ko idea nahi ki apke pass kyun nahi run ho raha, dekhna padega isko aise pata nahi chalega.
@JoyRoy-xt3ck
@JoyRoy-xt3ck Жыл бұрын
@@ProgrammingExperience thank you so much
@chandunextclickchandu
@chandunextclickchandu 11 ай бұрын
❤❤❤
@ProgrammingExperience
@ProgrammingExperience 11 ай бұрын
❤️❤️👍
@uniqueworld8266
@uniqueworld8266 Жыл бұрын
bhai error ara hai pam configuration ka
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
pam ya pem ka?
@uniqueworld8266
@uniqueworld8266 Жыл бұрын
bhai Ye likha ara hai you are not allowed to access to ( crontab) Because of pam configuration
@uniqueworld8266
@uniqueworld8266 Жыл бұрын
bhai Please meri Help Krdo Bhot muskil me hu me chay aap mujhe apna Insta Id bta do
@uniqueworld8266
@uniqueworld8266 Жыл бұрын
@@ProgrammingExperience bhai Ye likha ara hai you() are not allowed to access to (crontab) because of pam configuration
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@uniqueworld8266 to yeh apke hosting balo se boliye unki taraf se enable nahi h
@md.sirajulhowlader7353
@md.sirajulhowlader7353 2 жыл бұрын
😍
@ProgrammingExperience
@ProgrammingExperience 2 жыл бұрын
👍
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
Bhai server par error show ho Raha hai
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Kya error.
@fitNdedicated
@fitNdedicated 2 ай бұрын
Next lecture ki link dedo bhai real project ki jisme cron job set kr rhe ho mil nhi rhi
@ProgrammingExperience
@ProgrammingExperience 2 ай бұрын
Subscription bale mein liya hein
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
Bhai plz send me comand which is use to setup
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Which command?
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
@@ProgrammingExperience which is use in cron job on server
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@shivendratripathi9916 php artisan schedule:run
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
Plz make on video for status update server
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Using cron job?
@ehtashamshami6969
@ehtashamshami6969 4 ай бұрын
Next lecture?
@ProgrammingExperience
@ProgrammingExperience 4 ай бұрын
This is the last lecture of this playlist.
@uniqueworld8266
@uniqueworld8266 Жыл бұрын
bhai please help krdo
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
Kya help chahiye
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
local.ERROR: No arguments expected
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
🤔
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
Ya status update ka hai
@shivendratripathi9916
@shivendratripathi9916 Жыл бұрын
plz make one video of status update inactive after one day in server
@ProgrammingExperience
@ProgrammingExperience Жыл бұрын
@@shivendratripathi9916 okay
Laravel Advanced - Task Scheduling - CRON Job
16:26
Laratips
Рет қаралды 63 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
How to Run CRON JOB Based on Condition in Laravel - Laravel CRON JOB
9:02
Programming Experience
Рет қаралды 3,9 М.
Send Mail to all users by CRON Job in Laravel CRON Job Lectures #1
17:24
Programming Experience
Рет қаралды 9 М.
Laravel Scheduled Tasks
28:06
Better Stack
Рет қаралды 3,6 М.
Laravel + Service Pattern + DTOs = ❤️❤️❤️
17:52
Przemysław Przyłucki
Рет қаралды 54 М.
How to upload Laravel 8 Website to Shared Hosting
14:13
Programming with Vishal
Рет қаралды 23 М.
Belajar Laravel 11 | 4. Blade Templating Engine
26:49
Web Programming UNPAS
Рет қаралды 91 М.
How to setup Cron Jobs in cPanel hosting | Configure cron job
7:53
Techno Smarter
Рет қаралды 12 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН