PostgresGrammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

RedisQueue::getRedis()

Database getRedis() Get the underlying Redis instance. Return Value Database

Pivot::getMorphClass()

string getMorphClass() Get the class name for polymorphic relations. Return Value string

Response::throwResponse()

throwResponse() Throws the response in a HttpResponseException instance. Exceptions HttpResponseException

Store::clear()

clear() {@inheritdoc}

SqlServerGrammar::parameterize()

string parameterize(array $values) Create query parameter place-holders for an array. Parameters array $values Return Value string

Router::currentRouteNamed()

bool currentRouteNamed(string $name) Determine if the current route matches a given name. Parameters string $name Return Value bool

ConsoleMakeCommand::__construct()

void __construct(Filesystem $files) Create a new controller creator command instance. Parameters Filesystem $files Return Value void

DatabaseManager

DatabaseManager class DatabaseManager implements ConnectionResolverInterface (View source) Methods void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. ConnectionInterface connection(string $name = null) Get a database connection instance. void purge(string $name = null) Disconnect from the given database and remove from local cache. void disconnect(string $name = null) Disconnect from the given database. Connection rec

MigrateMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool