Page not found...

But I have most popular posts for you:

PHP

Alternative Task Scheduling in Laravel - solution for proc_open disabled (CRON Scheduler)

2020-10-28 17:43

Is Laravel scheduler not working on your shared hosting when you're executing CRON? This may be due to the disabled PHP function "proc_open", which is required by Laravel components. In this article I'll show you how to make an alternative and simple scheduler.

PHP

4 ways to configure CRON on a hosting server

2020-06-10 18:40

Configuring CRON on a hosting server is usually an easy task, but sometimes it can be troublesome. It depends on possibilities shared by our hosting provider. In this tutorial I will present 4 ways to configure CRON tasks in different circumstances.