Support the ongoing development of Laravel.io →
Eloquent Queues Laravel

Hi everyone, I need help on how to auto delete all blogposts with status of draft every weekends (saturday and sunday) Only. How do i do this in laravel? Thanks.

Last updated 2 years ago.
0

Look into laravel console commands. You will make a command and schedule it on weekends to delete Blogposts::where(‘status’,’draft’)->get();

0

Very useful information particularly the last part, I care for such info a lot. I was seeking this certain info for a long time. Thank you and good luck. impossible game

Last updated 5 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Ghost ghostly Joined 19 Apr 2019

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2025 Laravel.io - All rights reserved.