RequestMakeCommand::comment()

void comment(string $string) Write a string as comment output. Parameters string $string Return Value void

ResponseFactory

ResponseFactory interface ResponseFactory (View source) Methods Response make(string $content = '', int $status = 200, array $headers = array()) Return a new response from the application. Response view(string $view, array $data = array(), int $status = 200, array $headers = array()) Return a new view response from the application. JsonResponse json(string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSON response from the applic

Fluent::__set()

void __set(string $key, mixed $value) Dynamically set the value of an attribute. Parameters string $key mixed $value Return Value void

ViewFinderInterface::addExtension()

void addExtension(string $extension) Add a valid view extension to the finder. Parameters string $extension Return Value void

View::__set()

void __set(string $key, mixed $value) Set a piece of data on the view. Parameters string $key mixed $value Return Value void

MorphOneOrMany::getPlainMorphType()

string getPlainMorphType() Get the plain morph type name without the table. Return Value string

Builder::havingRaw()

$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and') Add a raw having clause to the query. Parameters string $sql array $bindings string $boolean Return Value $this

CallbackEvent::everyThirtyMinutes()

$this everyThirtyMinutes() Schedule the event to run every thirty minutes. Return Value $this

Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed

Collection::pipe()

mixed pipe(callable $callback) Pass the collection to the given callback and return the result. Parameters callable $callback Return Value mixed