MailableMailer::bcc()

$this bcc(mixed $users) Set the recipients of the message. Parameters mixed $users Return Value $this

Broadcast::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

SyncQueue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

Dispatcher::setQueueResolver()

$this setQueueResolver(callable $resolver) Set the queue resolver implementation. Parameters callable $resolver Return Value $this

Factory::yieldContent()

string yieldContent(string $section, string $default = '') Get the string contents of a section. Parameters string $section string $default Return Value string

MorphToMany::getOtherKey()

string getOtherKey() Get the fully qualified "other key" for the relation. Return Value string

Builder::orderBy()

$this orderBy(string $column, string $direction = 'asc') Add an "order by" clause to the query. Parameters string $column string $direction Return Value $this

NotIn::__toString()

string __toString() Convert the rule to a validation string. Return Value string

ConsoleServiceProvider

ConsoleServiceProvider class ConsoleServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array p

MorphOneOrMany::getBaseQuery()

Builder getBaseQuery() Get the base query builder driving the Eloquent builder. Return Value Builder