MySqlGrammar::compileDropForeign()

string compileDropForeign(Blueprint $blueprint, Fluent $command) Compile a drop foreign key command. Parameters Blueprint $blueprint Fluent $command Return Value string

MorphToMany::findOrFail()

Model|Collection findOrFail(mixed $id, array $columns = array('*')) Find a related model by its primary key or throw an exception. Parameters mixed $id array $columns Return Value Model|Collection Exceptions ModelNotFoundException

MySqlGrammar::compileDropUnique()

string compileDropUnique(Blueprint $blueprint, Fluent $command) Compile a drop unique key command. Parameters Blueprint $blueprint Fluent $command Return Value string

ControllerDispatcher::getMiddleware()

static array getMiddleware(Controller $controller, string $method) Get the middleware for the controller instance. Parameters Controller $controller string $method Return Value array

Validator::__construct()

void __construct(TranslatorInterface $translator, array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. Parameters TranslatorInterface $translator array $data array $rules array $messages array $customAttributes Return Value void

SqsJob::getSqs()

SqsClient getSqs() Get the underlying SQS client instance. Return Value SqsClient

MySqlGrammar::compileIndex()

string compileIndex(Blueprint $blueprint, Fluent $command) Compile a plain index key command. Parameters Blueprint $blueprint Fluent $command Return Value string

MySqlGrammar::compilePrimary()

string compilePrimary(Blueprint $blueprint, Fluent $command) Compile a primary key command. Parameters Blueprint $blueprint Fluent $command Return Value string

Blueprint::bigInteger()

Fluent bigInteger(string $column, bool $autoIncrement = false, bool $unsigned = false) Create a new big integer (8-byte) column on the table. Parameters string $column bool $autoIncrement bool $unsigned Return Value Fluent

CookieJar::forever()

Cookie forever(string $name, string $value, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a cookie that lasts "forever" (five years). Parameters string $name string $value string $path string $domain bool $secure bool $httpOnly Return Value Cookie