What is meant by CRUD and explain each of it Operations ?
Answer / Abhay Pratap Singh
CRUD stands for Create, Read, Update, Delete, which are the four basic database operations. In Laravel, these operations are used to manipulate data stored in a database.n- Create: Inserting new records into the database.n- Read: Retrieving existing records from the database.n- Update: Modifying existing records in the database.n- Delete: Removing records from the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is acl in laravel?
How to launch vagrant box?
What are view creators?
What is the use of the eloquent cursor() method in laravel?
Tell me why laravel over other php frameworks?
Explain few features of laravel?
What is reverse routing in laravel?
What is boot method in laravel?
Does laravel support caching?
Is laravel backend?
What are the three types of authentication?
How can we use maintenance mode in laravel 5?