Factory::startPush()

void startPush(string $section, string $content = '') Start injecting content into a push section. Parameters string $section string $content Return Value void

Collection::avg()

mixed avg(callable|string|null $callback = null) Get the average value of a given key. Parameters callable|string|null $callback Return Value mixed

ControllerMakeCommand::call()

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

Filesystem::name()

string name(string $path) Extract the file name from a file path. Parameters string $path Return Value string

MySqlConnection::getSchemaBuilder()

Builder getSchemaBuilder() Get a schema builder instance for the connection. Return Value Builder

QueueManager::setDefaultDriver()

void setDefaultDriver(string $name) Set the name of the default queue connection. Parameters string $name Return Value void

EventMakeCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

RouteCacheCommand

RouteCacheCommand class RouteCacheCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new route command instance. 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(str

PolicyMakeCommand::option()

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

UserTrait::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed