imagick
extension in your server (If not you might experience error 500).MYSQL > 5.7.7
or MariaDB > 10.2.2
(Alternatively, you may enable the innodb_large_prefix option for your database)Documentation
Source-code
Update
/etc/supervisor/conf.d/
(for Ubuntu) or /etc/supervisord.d/
(for CentOS).
/path-to-your-project/
with your actual Laravel project path.
/path-to-your-project/
with your actual Laravel project path.
Cron Jobs
or Cron Tasks
icon within the cPanel dashboard. It’s usually found under the Advanced
or Metrics
section.Cron Jobs
icon to proceed.Add New Cron Job
section, you’ll see fields to specify the timing and command for the cron job.crontab -e
*/3
means every 3 minutes.
*
in the other fields means “every hour,” “every day,” “every month,” and “every day of the week.”