ServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

Writer::warning()

void warning(string $message, array $context = array()) Log a warning message to the logs. Parameters string $message array $context Return Value void

MakeControllerCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

FormRequest::flash()

void flash(string $filter = null, array $keys = array()) Flash the input for the current request to the session. Parameters string $filter array $keys Return Value void

ClearCompiledCommand::fire()

void fire() Execute the console command. Return Value void

Application::useStoragePath()

$this useStoragePath(string $path) Set the storage directory. Parameters string $path Return Value $this

HTML::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

FlushFailedCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

DatabaseNotificationCollection::reverse()

Collection reverse() Reverse items order. Return Value Collection

Filesystem::move()

bool move(string $path, string $target) Move a file to a new location. Parameters string $path string $target Return Value bool