VendorPublishCommand::options()

array options() Get all of the options passed to the command. Return Value array

Broadcaster::validAuthenticationResponse()

mixed validAuthenticationResponse(Request $request, mixed $result) Return the valid authentication response. Parameters Request $request mixed $result Return Value mixed

Request::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

ScheduleRunCommand::fire()

void fire() Execute the console command. Return Value void

Application Testing

Application Testing Introduction Interacting With Your Application Interacting With Links Interacting With Forms Testing JSON APIs Verifying Exact Match Verifying Structural Match Sessions / Authentication Disabling Middleware Custom HTTP Requests PHPUnit Assertions Introduction Laravel provides a very fluent API for making HTTP requests to your application, examining the output, and even filling out forms. For example, take a look at the test defined below: <?php use Illuminate\Found

Grammar::compileForeign()

string compileForeign(Blueprint $blueprint, Fluent $command) Compile a foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

HasMany::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array()) Create or update a related record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model

MySqlConnection::setPostProcessor()

void setPostProcessor(Processor $processor) Set the query post processor used by the connection. Parameters Processor $processor Return Value void

SendQueuedMailable

SendQueuedMailable class SendQueuedMailable (View source) Methods void __construct(Mailable $mailable) Create a new job instance. void handle(Mailer $mailer) Handle the queued job.

AggregateServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void