Collection::toArray()

array toArray() Get the collection of items as a plain array. Return Value array

Factory::channel()

mixed channel(string|null $name = null) Get a channel instance by name. Parameters string|null $name Return Value mixed

BaseCommand

BaseCommand class BaseCommand 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 $name)

Translator::setLocale()

void setLocale(string $locale) Set the default locale. Parameters string $locale Return Value void

Builder::select()

$this select(array|mixed $columns = array('*')) Set the columns to be selected. Parameters array|mixed $columns Return Value $this

Collection::pull()

mixed pull(mixed $key, mixed $default = null) Get and remove an item from the collection. Parameters mixed $key mixed $default Return Value mixed

ProviderMakeCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

RedisQueue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

Request::instance()

$this instance() Return the Request instance. Return Value $this

AssetPublisher::publishPackage()

bool publishPackage(string $package, string $packagePath = null) Publish a given package's assets to the publish path. Parameters string $package string $packagePath Return Value bool