TestCase::postJson()

$this postJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this

MorphOne::getResults()

mixed getResults() Get the results of the relationship. Return Value mixed

Builder::limit()

$this limit(int $value) Set the "limit" value of the query. Parameters int $value Return Value $this

EventGenerateCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

Route::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

PostgresBuilder::hasColumns()

bool hasColumns(string $table, array $columns) Determine if the given table has given columns. Parameters string $table array $columns Return Value bool

HasherInterface::needsRehash()

bool needsRehash(string $hashedValue, array $options = array()) Check if the given hash has been hashed using the given options. Parameters string $hashedValue array $options Return Value bool

SqlServerGrammar::columnize()

string columnize(array $columns) Convert an array of column names into a delimited string. Parameters array $columns Return Value string

App::clearResolvedInstances()

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

IronQueue::pushOn()

mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed