BroadcastNotificationCreated

BroadcastNotificationCreated class BroadcastNotificationCreated implements ShouldBroadcast (View source) Traits SerializesModels SerializesAndRestoresModelIdentifiers

MorphMany::saveMany()

Collection|array saveMany(Collection|array $models) Attach a collection of models to the parent instance. Parameters Collection|array $models Return Value Collection|array

Route::run()

mixed run(Request $request) Run the route action and return the response. Parameters Request $request Return Value mixed

RouteListCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

BaseCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

TestCase::patch()

$this patch(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a PATCH request. Parameters string $uri array $data array $headers Return Value $this

Filesystem::moveDirectory()

bool moveDirectory(string $from, string $to, bool $overwrite = false) Move a directory. Parameters string $from string $to bool $overwrite Return Value bool

Connection::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder

MiddlewareMakeCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

BelongsTo::match()

array match(array $models, Collection $results, string $relation) Match the eagerly loaded results to their parents. Parameters array $models Collection $results string $relation Return Value array