ServeCommand::setLaravel()

void setLaravel(Container $laravel) Set the Laravel application instance. Parameters Container $laravel Return Value void

Builder::__construct()

void __construct(Builder $query) Create a new Eloquent query builder instance. Parameters Builder $query Return Value void

LengthAwarePaginator::getCollection()

Collection getCollection() Get the paginator's underlying collection. Return Value Collection

Builder::skip()

Builder|Builder skip(int $value) Alias to set the "offset" value of the query. Parameters int $value Return Value Builder|Builder

AssetPublisher

AssetPublisher class AssetPublisher (View source) Methods void __construct(Filesystem $files, string $publishPath) Create a new asset publisher instance. bool publish(string $name, string $source) Copy all assets from a given path to the publish path. bool publishPackage(string $package, string $packagePath = null) Publish a given package's assets to the publish path. void setPackagePath(string $packagePath) Set the default package path.

Authorizable

Authorizable interface Authorizable (View source) Methods bool can(string $ability, array|mixed $arguments = array()) Determine if the entity has a given ability.

FormRequest

FormRequest class FormRequest extends Request implements ValidatesWhenResolved (View source) Traits ValidatesWhenResolvedTrait Provides default implementation of ValidatesWhenResolved contract. Macroable

ComposerScripts::postUpdate()

static void postUpdate(Event $event) Handle the post-update Composer event. Parameters Event $event Return Value void

ConnectionInterface::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

ResponseFactory::view()

Response view(string $view, array $data = array(), int $status = 200, array $headers = array()) Return a new view response from the application. Parameters string $view array $data int $status array $headers Return Value Response