FormRequest::acceptsHtml()

bool acceptsHtml() Determines whether a request accepts HTML. Return Value bool

Validator::getFacadeApplication()

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

Str::quickRandom()

static string quickRandom(int $length = 16) deprecated deprecated since version 5.3. Use the "random" method directly. Generate a "random" alpha-numeric string. Should not be considered sufficient for cryptography, etc. Parameters int $length Return Value string

TestCase::assertViewHasAll()

$this assertViewHasAll(array $bindings) Assert that the view has a given list of bound data. Parameters array $bindings Return Value $this

DatabaseManager::purge()

void purge(string $name = null) Disconnect from the given database and remove from local cache. Parameters string $name Return Value void

ConfigCacheCommand::warn()

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

PostgresConnection::getDatabaseName()

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

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