In Laravel, Update operations are used to modify the database records that have been created in the table. This operation can be defined by using the following syntax:
Update:
- Update::table('tableName')->update(array(
- 'column1' => value1,
- 'column2' => value2), array(
- 'column3' => value3), array(
- ...))
Share a personalized message with your friends.