static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
void error(string $string) Write a string as error output. Parameters string $string Return Value void
$this setHidden(array $hidden) Set the hidden attributes for the model. Parameters array $hidden Return Value $this
static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application
mixed get(string|array $key) Retrieve an item from the cache by key. Parameters string|array $key Return Value mixed
static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array
string toSql() Get the SQL representation of the query. Return Value string
static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void
$this seeJsonStructure(array $structure = null, array|null $responseData = null) Assert that the JSON response has a given structure. Parameters array $structure array|null $responseData Return Value $this
string getPath() Get the path currently being compiled. Return Value string
Page 986 of 996