AppNameCommand

AppNameCommand class AppNameCommand extends Command (View source) Methods void __construct(Composer $composer, Filesystem $files) Create a new key generator command. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool ha

SqlServerConnection::getDatabaseName()

string getDatabaseName() Get the name of the connected database. Return Value string

Foundation\Http\Middleware

Illuminate\Foundation\Http\Middleware Classes CheckForMaintenanceMode VerifyCsrfToken VerifyPostSize

SQLiteConnection::raw()

Expression raw(mixed $value) Get a new raw query expression. Parameters mixed $value Return Value Expression

Validator::after()

$this after(callable|string $callback) After an after validation callback. Parameters callable|string $callback Return Value $this

EventServiceProvider::listens()

array listens() Get the events and handlers. Return Value array

Connection::reconnect()

void reconnect() Reconnect to the database. Return Value void Exceptions LogicException

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

ConfigClearCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

MorphMany::save()

Model save(Model $model) Attach a model instance to the parent model. Parameters Model $model Return Value Model