Mehedi Hasan's BLog
Thursday, March 19, 2020
Laravel cron job
Running a cron job 3 times (1 pm, 2 pm and 3 pm) in Laravel
Open cronjob config with vim & add script bellow
m h dom mon dow command
13,14,15 * * * php /var/www/project/artisan schedule:run >> /dev/null 2>&1
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Why You Should (Probably) Use Laravel to Build Your SaaS
Laravel : What does ‘composer dump-autoload’ do in Laravel?
Composer is a major part of the Laravel MVC Framework, but it also exists without Laravel. In fact you could use it in any project. This a...
Good vs. great Programmer
How to Answer Technical Questions Like a Pro Answering technical interview questions is all about showing off your problem-solving skills an...
Vuetify — Color and Date Pickers
Vuetify is a popular UI framework for Vue apps. In this article, we’ll look at how to work with the Vuetify framework. Color Picker Inputs W...
No comments:
Post a Comment