Eloquent என்பது Laravel ன் ORM (Object-Relational Mapper) — இது Active Record pattern ஐ பயன்படுத்துகிறது, அங்கு ஒவ்வொரு database table க்கும் ஒரு Model class உள்ளது, மற்றும் model instances rows ஐ குறிக்கின்றன. இது SQL எழுதாமல் database ஐ query செய்ய மற்றும் manipulate செய்ய ஒரு elegant, expressive வழியை வழங்குகிறது.
model ஐ define செய்தல்
{
= [, ];
}
