MailServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

MessageBag::get()

array get(string $key, string $format = null) Get all of the messages from the bag for a given key. Parameters string $key string $format Return Value array

TestCase::assertViewHas()

$this assertViewHas(string|array $key, mixed $value = null) Assert that the response view has a given piece of bound data. Parameters string|array $key mixed $value Return Value $this

MorphOne::getEager()

Collection getEager() Get the relationship for eager loading. Return Value Collection

MySqlGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

HandlerResolver::getHandlerMethod()

string getHandlerMethod(mixed $command) Get the handler method for the given command. Parameters mixed $command Return Value string

FilesystemServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

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)