Manager::__construct()

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

Cloud::allDirectories()

array allDirectories(string|null $directory = null) Get all (recursive) of the directories within a given directory. Parameters string|null $directory Return Value array

MorphOne::rawUpdate()

int rawUpdate(array $attributes = array()) Run a raw update against the base query. Parameters array $attributes Return Value int

Dispatcher::dispatchToQueue()

mixed dispatchToQueue(mixed $command) Dispatch a command to its appropriate handler behind a queue. Parameters mixed $command Return Value mixed Exceptions RuntimeException

ViewServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

Grammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

BelongsToMany::paginate()

LengthAwarePaginator paginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Get a paginator for the "select" statement. Parameters int $perPage array $columns string $pageName int|null $page Return Value LengthAwarePaginator

PaginationServiceProvider::pathsToPublish()

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

MorphPivot

MorphPivot class MorphPivot extends Pivot (View source) Constants CREATED_AT The name of the "created at" column. UPDATED_AT The name of the "updated at" column.

FormRequest::instance()

$this instance() Return the Request instance. Return Value $this