JordanPrice\Toolbox\Tools\Eloquent\EloquentToolenv vars:
Nonesource: GitHub
Prism Integration
Publish
Optionally, you can publish the configuration file to make modifications:Methods
__invoke
Execute Eloquent queries on Laravel models.Parameters
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 operation
Returns
string: Query result in string format