Skipped all the top recommended videos just to watch yours, and it was my best decision today-totally worth it! 😍
@ProgrammingExperience2 ай бұрын
👍😊
@thumbsup2498 Жыл бұрын
after trying many solution on intrernet finally got something that really did the job. 👍👍
@ProgrammingExperience Жыл бұрын
Enjoy👍
@shoaibnasir427711 ай бұрын
bro this tutorial really help me to create a corn job for my application! well-done keep it up!
@ProgrammingExperience11 ай бұрын
👍👍👍
@rashidrafiq923910 ай бұрын
Thank you :) , It was to the point and helpful.
@ProgrammingExperience10 ай бұрын
Thanks brother 👍
@sksaifuddin977 Жыл бұрын
Best wishes, Best in class, thanks sir.
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@sksaifuddin977 Жыл бұрын
@@ProgrammingExperience Sir , Apne Putty k setup nahi bataya, woh kaise kare
@ProgrammingExperience Жыл бұрын
@@sksaifuddin977 terminal hoga apke cpanel mein bahan se command run kar lo jo mein putty mein kar raha hu.
@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 Жыл бұрын
@@sksaifuddin977 yes, but if you want to run in after minutes, you can add also.
@musclemaven209 Жыл бұрын
Really helpful. Thanks
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@amarchand1504 Жыл бұрын
Great job dear.. thanks a lot..
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@hammadskysofttech Жыл бұрын
very helpful video thanks brother
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@newsnests Жыл бұрын
zabar dast bro
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@abunoormostofasuza9276 Жыл бұрын
Very helpful
@ProgrammingExperience Жыл бұрын
Thanks brother 👍
@AkhileshYadav-lv3kh2 жыл бұрын
Thank you sir 👍👍
@ProgrammingExperience2 жыл бұрын
Welcome dear 👍
@Aman-Batra7 ай бұрын
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 .
@ProgrammingExperience7 ай бұрын
everyminute() ko replace karke 30 minutes ka laga do, jo bhi apko time chahiye uske saath replace karna hoga.
@Aman-Batra7 ай бұрын
@@ProgrammingExperience Okk...THANKS Bro
@ProgrammingExperience7 ай бұрын
Your welcome brother 😊
@pacetech78611 ай бұрын
I Appreaciate these efforts. what about hpanel where we get special character not allowed
@ProgrammingExperience11 ай бұрын
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__ Жыл бұрын
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 Жыл бұрын
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__ Жыл бұрын
@@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 Жыл бұрын
@@rahul_thakur__ okay cool Brother 👍
@shajedulislamkhandoker9997 Жыл бұрын
thank u so much
@ProgrammingExperience Жыл бұрын
Your welcome dear 👍
@kusekwaJunior-w9e Жыл бұрын
Thanks brother for this, you save my ass for sure
@ProgrammingExperience Жыл бұрын
Your welcome brother 👍
@Aman-Batra7 ай бұрын
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 ??
@ProgrammingExperience7 ай бұрын
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-Batra7 ай бұрын
@@ProgrammingExperience Bro where can i find my terminal in cPanel ??
@ProgrammingExperience7 ай бұрын
Search terminal in your cpanel.
@Aman-Batra7 ай бұрын
I tried but didn't get any result
@ProgrammingExperience7 ай бұрын
Hmm then, i think in your cpanel have not available the terminal. Pls contact to support for ask about the terminal.
@fitNdedicated2 ай бұрын
Please make videos on laravel 10 and newest versions
@ProgrammingExperience2 ай бұрын
Okay I will, but the process is same.
@prosenjitsikdar Жыл бұрын
Hostinger par nahi ho raha. Special character error show ho raha
@ProgrammingExperience Жыл бұрын
Cron section hein hostinger mein?
@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 Жыл бұрын
@@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 Жыл бұрын
@@ProgrammingExperience thank you so much
@chandunextclickchandu11 ай бұрын
❤❤❤
@ProgrammingExperience11 ай бұрын
❤️❤️👍
@uniqueworld8266 Жыл бұрын
bhai error ara hai pam configuration ka
@ProgrammingExperience Жыл бұрын
pam ya pem ka?
@uniqueworld8266 Жыл бұрын
bhai Ye likha ara hai you are not allowed to access to ( crontab) Because of pam configuration
@uniqueworld8266 Жыл бұрын
bhai Please meri Help Krdo Bhot muskil me hu me chay aap mujhe apna Insta Id bta do
@uniqueworld8266 Жыл бұрын
@@ProgrammingExperience bhai Ye likha ara hai you() are not allowed to access to (crontab) because of pam configuration
@ProgrammingExperience Жыл бұрын
@@uniqueworld8266 to yeh apke hosting balo se boliye unki taraf se enable nahi h
@md.sirajulhowlader73532 жыл бұрын
😍
@ProgrammingExperience2 жыл бұрын
👍
@shivendratripathi9916 Жыл бұрын
Bhai server par error show ho Raha hai
@ProgrammingExperience Жыл бұрын
Kya error.
@fitNdedicated2 ай бұрын
Next lecture ki link dedo bhai real project ki jisme cron job set kr rhe ho mil nhi rhi
@ProgrammingExperience2 ай бұрын
Subscription bale mein liya hein
@shivendratripathi9916 Жыл бұрын
Bhai plz send me comand which is use to setup
@ProgrammingExperience Жыл бұрын
Which command?
@shivendratripathi9916 Жыл бұрын
@@ProgrammingExperience which is use in cron job on server
@ProgrammingExperience Жыл бұрын
@@shivendratripathi9916 php artisan schedule:run
@shivendratripathi9916 Жыл бұрын
Plz make on video for status update server
@ProgrammingExperience Жыл бұрын
Using cron job?
@ehtashamshami69694 ай бұрын
Next lecture?
@ProgrammingExperience4 ай бұрын
This is the last lecture of this playlist.
@uniqueworld8266 Жыл бұрын
bhai please help krdo
@ProgrammingExperience Жыл бұрын
Kya help chahiye
@shivendratripathi9916 Жыл бұрын
local.ERROR: No arguments expected
@ProgrammingExperience Жыл бұрын
🤔
@shivendratripathi9916 Жыл бұрын
Ya status update ka hai
@shivendratripathi9916 Жыл бұрын
plz make one video of status update inactive after one day in server