ServeCommand::__construct()

void __construct() Create a new console command instance. Return Value void

BladeCompiler::getCompiledPath()

string getCompiledPath(string $path) Get the path to the compiled version of a view. Parameters string $path Return Value string

Pivot::guard()

$this guard(array $guarded) Set the guarded attributes for the model. Parameters array $guarded Return Value $this

UpCommand

UpCommand class UpCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|array argument(string $key = nul

Presenter::__construct()

void __construct(Paginator $paginator) Create a new Presenter instance. Parameters Paginator $paginator Return Value void

Collection::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

Pivot::unsetEventDispatcher()

static void unsetEventDispatcher() Unset the event dispatcher for models. Return Value void

HasManyThrough::firstOrFail()

Model|HasManyThrough firstOrFail(array $columns = array('*')) Execute the query and get the first result or throw an exception. Parameters array $columns Return Value Model|HasManyThrough Exceptions ModelNotFoundException

Filesystem / Cloud Storage

Filesystem / Cloud Storage Introduction Configuration The Public Disk The Local Driver Driver Prerequisites Obtaining Disk Instances Retrieving Files File URLs File Metadata Storing Files File Uploads File Visibility Deleting Files Directories Custom Filesystems Introduction Laravel provides a powerful filesystem abstraction thanks to the wonderful Flysystem PHP package by Frank de Jonge. The Laravel Flysystem integration provides simple to use drivers for working with local filesystems

Request

Request class Request extends Request implements Arrayable, ArrayAccess (View source) Traits Macroable