SqlServerGrammar::compileRenameColumn()

array compileRenameColumn(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a rename column command. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array

MorphOne::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

Manager::bulk()

static mixed bulk(array $jobs, mixed $data = '', string $queue = null, string $connection = null) Push a new an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue string $connection Return Value mixed

User::newQueryWithoutScope()

Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder

MakesHttpRequests::route()

Response route(string $method, string $name, array $routeParameters = array(), array $parameters = array(), array $cookies = array(), array $files = array(), array $server = array(), string $content = null) Call a named route and return the Response. Parameters string $method string $name array $routeParameters array $parameters array $cookies array $files array $server string $content Return Value Response

Builder::selectRaw()

Builder|Builder selectRaw(string $expression, array $bindings = array()) Add a new "raw" select expression to the query. Parameters string $expression array $bindings Return Value Builder|Builder

TransportManager::getDefaultDriver()

string getDefaultDriver() Get the default mail driver name. Return Value string

Builder::__construct()

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

BelongsTo::getQualifiedParentKeyName()

string getQualifiedParentKeyName() Get the fully qualified parent key name. Return Value string

ThrottleRequests::__construct()

void __construct(RateLimiter $limiter) Create a new request throttler. Parameters RateLimiter $limiter Return Value void