EventMakeCommand::question()

void question(string $string) Write a string as question output. Parameters string $string Return Value void

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

Mailable::attach()

$this attach(string $file, array $options = array()) Attach a file to the message. Parameters string $file array $options Return Value $this

User::save()

bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool

HashServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

User::newPivot()

Pivot newPivot(Model $parent, array $attributes, string $table, bool $exists) Create a new pivot model instance. Parameters Model $parent array $attributes string $table bool $exists Return Value Pivot

Broadcast::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

NotificationServiceProvider::boot()

void boot() Boot the application services. Return Value void

AutoloadCommand::getLaravel()

Application getLaravel() Get the Laravel application instance. Return Value Application

SQLiteConnection::transaction()

mixed transaction(Closure $callback) Execute a Closure within a transaction. Parameters Closure $callback Return Value mixed Exceptions Throwable