void afterResolving(string $abstract, Closure $callback = null) Register a new after resolving callback for all types. Parameters string $abstract Closure $callback Return Value void
void __construct(SessionManager $manager) Create a new session middleware. Parameters SessionManager $manager Return Value void
bool pretending() Determine if the connection in a "dry run". Return Value bool
Builder|Builder orWhereNull(string $column) Add an "or where null" clause to the query. Parameters string $column Return Value Builder|Builder
Builder query() Get a new query builder instance. Return Value Builder
DatabaseMessage class DatabaseMessage (View source) Properties array $data The data that should be stored with the notification.
$this content(string $content) Set the message content. Parameters string $content Return Value $this
$this load(mixed $relations) Load a set of relationships onto the collection. Parameters mixed $relations Return Value $this
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
Application getLaravel() Get the Laravel application instance. Return Value Application
Page 132 of 996