NotificationServiceProvider::provides()

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

Kernel::call()

int call(string $command, array $parameters = array()) Run an Artisan console command by name. Parameters string $command array $parameters Return Value int

FileViewFinder::prependLocation()

void prependLocation(string $location) Prepend a location to the finder. Parameters string $location Return Value void

RedirectResponse::exceptInput()

RedirectResponse exceptInput() Flash an array of input to the session. Return Value RedirectResponse

Model::getFillable()

array getFillable() Get the fillable attributes for the model. Return Value array

JoinClause::useWritePdo()

$this useWritePdo() Use the write pdo for query. Return Value $this

Collection::forPage()

Collection forPage(int $page, int $perPage) "Paginate" the collection by slicing it into a smaller collection. Parameters int $page int $perPage Return Value Collection

File

File class File extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolved

Filesystem::getVisibility()

string getVisibility(string $path) Get the visibility for the given path. Parameters string $path Return Value string

Collection::filter()

Collection filter(callable $callback = null) Run a filter over each of the items. Parameters callable $callback Return Value Collection