$this addMessages(string $locale, string $group, array $messages, string|null $namespace = null) Add messages to the loader. Parameters string $locale string $group array $messages string|null $namespace Return Value $this
bool isClean(array|string|null $attributes = null) Determine if the model or given attribute(s) have remained the same. Parameters array|string|null $attributes Return Value bool
static mixed noConstraints(Closure $callback) Run a callback with constraints disabled on the relation. Parameters Closure $callback Return Value mixed
void __construct(Filesystem $files, string $defaultPath) Create a new file configuration loader. Parameters Filesystem $files string $defaultPath Return Value void
static mixed __callStatic(string $method, array $parameters) Dynamically handle calls to the class. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
void addConstraints() Set the base constraints on the relation query. Return Value void
array load(string $locale, string $group, string $namespace = null) Load the messages for the given locale. Parameters string $locale string $group string $namespace Return Value array
DatabaseStore class DatabaseStore implements Store (View source) Traits RetrievesMultipleKeys
Blueprint rename(string $from, string $to) Rename a table on the schema. Parameters string $from string $to Return Value Blueprint
$this whereIn(string $column, mixed $values, string $boolean = 'and', bool $not = false) Add a "where in" clause to the query. Parameters string $column mixed $values string $boolean bool $not Return Value $this
Page 688 of 996