Put Methods
Persist or remove data using these methods.
Last updated
Persist or remove data using these methods.
Last updated
where(array)
orWhere(array)
insert(array)
replace(array)
update(array)
delete()
softDelete()
Set the name of the table to query.
Include a table alias using an array.
Define the columns and values to insert() or update().
Define the conditions for the queries update() and delete().
Insert an entry into the database.
Method alias: create()