Filesystem::exists()

bool exists(string $path) Determine if a file or directory exists. Parameters string $path Return Value bool

MorphPivot::isGuarded()

bool isGuarded(string $key) Determine if the given key is guarded. Parameters string $key Return Value bool

SqlServerConnection::useDefaultSchemaGrammar()

void useDefaultSchemaGrammar() Set the schema grammar to the default implementation. Return Value void

TailCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array

SortedMiddleware::offsetExists()

bool offsetExists(mixed $key) Determine if an item exists at an offset. Parameters mixed $key Return Value bool

EncryptedStore::all()

all() {@inheritdoc}

JoinClause::distinct()

$this distinct() Force the query to only return distinct results. Return Value $this

ControllerMiddlewareOptions::except()

$this except(array|string|dynamic $methods) Set the controller methods the middleware should exclude. Parameters array|string|dynamic $methods Return Value $this

RestartCommand

RestartCommand class RestartCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(string|int $

DatabaseNotification::deleted()

static void deleted(Closure|string $callback, int $priority) Register a deleted model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void