MiddlewareMakeCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

BladeCompiler::getPath()

string getPath() Get the path currently being compiled. Return Value string

TestCase::seeJsonStructure()

$this seeJsonStructure(array $structure = null, array|null $responseData = null) Assert that the JSON response has a given structure. Parameters array $structure array|null $responseData Return Value $this

Gate::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

Builder::toSql()

string toSql() Get the SQL representation of the query. Return Value string

FoundationServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

JoinClause::value()

mixed value(string $column) Get a single column's value from the first result of a query. Parameters string $column Return Value mixed

Composer::dumpAutoloads()

void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. Parameters string $extra Return Value void

FormRequest::messages()

array messages() Get custom messages for validator errors. Return Value array

Bus::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application