A tool for executing Eloquent queries on Laravel models.
JordanPrice\Toolbox\Tools\Eloquent\EloquentTool
None
model
(string): The model name to query (e.g., User, Post)operation
(string): The operation to perform (e.g., find, where, create)parameters
(array): Parameters for the operationstring
: Query result in string format