Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Explain active record concept in Laravel.
Home
Laravel
Explain active record concept in Laravel.
0
votes
asked
Oct 23, 2023
in
Laravel
by
rajeshsharma
Explain active record concept in Laravel.
recordconcept
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 23, 2023
by
rajeshsharma
In active record, class map to your database table. It helps you to deal with CRUD operation.
...