I used sudo crontab -e
to add the following cronjob
0 0 * * * /usr/bin/php /var/www/path/to/artisan elite:reset-user-likes
The command works correctly if a type it myself on the terminal.
I also tried setting the cronjob to run every minute to see if it works but it didn't.
How can I check what's wrong with the cronjob ?