Is there any way to say:
Model::delete()->where('whatever', '=', 'whatever'):
This cold is getting to me.. I figured it out..
Model::where('whatever', '=', 'whatever')->delete();
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community