NexmoMessage::content()

$this content(string $content) Set the message content. Parameters string $content Return Value $this

DatabaseMessage

DatabaseMessage class DatabaseMessage (View source) Properties array $data The data that should be stored with the notification.

PostgresConnection::query()

Builder query() Get a new query builder instance. Return Value Builder

Builder::orWhereNull()

Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder

SqlServerConnection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

StartSession::__construct()

void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void

Application::afterResolving()

void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback for all types. Parameters string $abstract Closure $callback Return Value void

MakeControllerCommand::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

Container::instance()

void instance(string $abstract, mixed $instance) Register an existing instance as shared in the container. Parameters string $abstract mixed $instance Return Value void

Router::model()

void model(string $key, string $class, Closure $callback = null) Register a model binder for a wildcard. Parameters string $key string $class Closure $callback Return Value void Exceptions ModelNotFoundException