php - Delete Rows Older than 30 Days Using Laravel Eloquent ORM - Stack Overflow

PHOTO EMBED

Fri Apr 28 2023 13:25:21 GMT+0000 (Coordinated Universal Time)

Saved by @oday #php

MyTable::whereDate( 'created_at', '<=', now()->subDays(30))->delete();

content_copyCOPY

https://stackoverflow.com/questions/69455572/delete-rows-older-than-30-days-using-laravel-eloquent-orm