UrlGenerator::setRootControllerNamespace()

$this setRootControllerNamespace(string $rootNamespace) Set the root controller namespace. Parameters string $rootNamespace Return Value $this

Input::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

DatabaseNotification::hasMany()

HasMany hasMany(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-many relationship. Parameters string $related string $foreignKey string $localKey Return Value HasMany

Cloud::prepend()

int prepend(string $path, string $data) Prepend to a file. Parameters string $path string $data Return Value int

Input::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

MySqlConnection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

PostgresConnection::table()

Builder table(string $table) Begin a fluent query against a database table. Parameters string $table Return Value Builder

InstallCommand::ask()

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

RedisJob::failed()

void failed(Exception $e) Call the failed method on the job instance. Parameters Exception $e Return Value void

Request::setRouteResolver()

$this setRouteResolver(Closure $callback) Set the route resolver callback. Parameters Closure $callback Return Value $this