PostgresConnection::selectFromWriteConnection()

array selectFromWriteConnection(string $query, array $bindings = array()) Run a select statement against the database. Parameters string $query array $bindings Return Value array

RateLimiter::availableIn()

int availableIn(string $key) Get the number of seconds until the "key" is accessible again. Parameters string $key Return Value int

Response::getOriginalContent()

mixed getOriginalContent() Get the original response content. Return Value mixed

RemindersControllerCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

DatabaseManager::__construct()

void __construct(Application $app, ConnectionFactory $factory) Create a new database manager instance. Parameters Application $app ConnectionFactory $factory Return Value void

Kernel::prependMiddleware()

$this prependMiddleware(string $middleware) Add a new middleware to beginning of the stack if it does not already exist. Parameters string $middleware Return Value $this

ConfigPublisher::publishPackage()

bool publishPackage(string $package, string $packagePath = null) Publish the configuration files for a package. Parameters string $package string $packagePath Return Value bool

Auth

Illuminate\Auth Namespaces Illuminate\Auth\ConsoleIlluminate\Auth\Reminders Classes AuthManager AuthServiceProvider DatabaseUserProvider EloquentUserProvider GenericUser Guard UserTrait

EngineInterface

EngineInterface interface EngineInterface (View source) Methods string get(string $path, array $data = array()) Get the evaluated contents of the view.

RouteClearCommand::__construct()

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