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