What are the operations perfom while Connecting the Database ?
Answer / rishabh khanna
Insert Records : We can insert the record using the DB facade with insert method.
Retrieve Records : After configuring the database, we can retrieve the records using the DB facade with select method.
Update Records :We can update the records using the DB facade with update method.
Delete Records : We can delete the record using the DB facade with the delete method.
| Is This Answer Correct ? | 0 Yes | 0 No |
List the default ports that are forwarded to your homestead environment?
What is design pattern in laravel?
How to clear cache in laravel?
Is laravel built on symfony?
What is isset function?
How to get Retrieving the Request URI ?
what are the benefits of laravel over other php frameworks? Explain
What are macros in laravel?
Explain how to upgrade valet to valet 2.0?
What is eloquent?
What do you know about facades in laravel? Explain.
What is composer in laravel?