ModelMakeCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

HandleExceptions

HandleExceptions class HandleExceptions (View source) Methods void bootstrap(Application $app) Bootstrap the given application. void handleError(int $level, string $message, string $file = '', int $line, array $context = array()) Convert a PHP error to an ErrorException. void handleException(Throwable $e) Handle an uncaught exception from the application. void handleShutdown() Handle the PHP shutdown event.

HasManyThrough::getQuery()

Builder getQuery() Get the underlying query for the relation. Return Value Builder

Mailer

Mailer class Mailer implements Mailer, MailQueue (View source) Methods void __construct(Factory $views, Swift_Mailer $swift, Dispatcher $events = null) Create a new Mailer instance. void alwaysFrom(string $address, string|null $name = null) Set the global from address and name. void alwaysTo(string $address, string|null $name = null) Set the global to address and name. MailableMailer to(mixed $users) Begin the process of mailing a mailable class instance. MailableMailer

DatabaseNotification::freshTimestampString()

string freshTimestampString() Get a fresh timestamp for the model. Return Value string

BelongsToMany::create()

Model create(array $attributes, array $joining = array(), bool $touch = true) Create a new instance of the related model. Parameters array $attributes array $joining bool $touch Return Value Model

SqsQueue::laterOn()

mixed laterOn(string $queue, DateTime|int $delay, string $job, mixed $data = '') Push a new job onto the queue after a delay. Parameters string $queue DateTime|int $delay string $job mixed $data Return Value mixed

TinkerCommand::anticipate()

string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

Unique::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

EncryptedStore::getBagData()

array getBagData(string $name) Get the raw bag data array for a given bag. Parameters string $name Return Value array