AuthServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

JobMakeCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

ModelMakeCommand::hasArgument()

bool hasArgument(string|int $name) Determine if the given argument is present. Parameters string|int $name Return Value bool

ConnectionInterface::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression

LengthAwarePaginator::toJson()

string toJson(int $options) Convert the object to its JSON representation. Parameters int $options Return Value string

ConnectionInterface::statement()

bool statement(string $query, array $bindings = array()) Execute an SQL statement and return the boolean result. Parameters string $query array $bindings Return Value bool

Pivot::unguard()

static void unguard(bool $state = true) Disable all mass assignable restrictions. Parameters bool $state Return Value void

Factory::setViewName()

void setViewName(string $viewName) Set the name of the pagination view. Parameters string $viewName Return Value void

ServerServiceProvider::boot()

void boot() Bootstrap the application events. Return Value void

InteractsWithAuthentication::dontSeeCredentials()

$this dontSeeCredentials(array $credentials, string|null $guard = null) Assert that the given credentials are invalid. Parameters array $credentials string|null $guard Return Value $this