Laravel this is not only a practical framework, it is also a programming style
I have this query I want to get data from the database with alphabetically sorting
$states = State::where('status', 1)->sortBy('name')->get();
Aucun commentaire:
Enregistrer un commentaire