Rule::unique()

static Unique unique(string $table, string $column = 'NULL') Get a unique constraint builder instance. Parameters string $table string $column Return Value Unique

ApplicationTrait::session()

void session(array $data) Set the session to the given array. Parameters array $data Return Value void

PostgresConnection::disableQueryLog()

void disableQueryLog() Disable the query log on the connection. Return Value void

SQLiteConnection::getDatabaseName()

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

SortedMiddleware::hasMacro()

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

Manager::getDrivers()

array getDrivers() Get all of the created "drivers". Return Value array

View

View class View extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved

SessionGuard::getRecallerName()

string getRecallerName() Get the name of the cookie used to store the "recaller". Return Value string

Collection::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

ConfigCacheCommand::fire()

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