Local query scope not working with cron job – A Weblog of Priyank Maniar https://priyank.rocks Articles on web development & mobile app development Fri, 18 Jan 2019 06:43:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.6.2 Laravel 5.2 – Local query scope not working with cron job / scheduler https://priyank.rocks/laravel-5-2-local-query-scope-not-working-with-cron-job-scheduler/ Fri, 18 Jan 2019 06:40:17 +0000 http://priyank.rocks/?p=322 I have observed local query scopes do not work with cron job.

To make it work, I simply scaled down. I put the conditions itself rather than using local query scope.

I know it completely defeats the purpose of creating local query scopes in the first place but at least for now it made the cron job run. Let’s hope this issue gets addressed soon. It is really convenient to use local query scopes.

There is one more issue I found with Laravel cron job.

]]>