Database\Schema

Illuminate\Database\Schema Namespaces Illuminate\Database\Schema\Grammars

KeyGenerateCommand

KeyGenerateCommand class KeyGenerateCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(stri

Contribution Guide

Contribution Guide Bug Reports Core Development Discussion Which Branch? Security Vulnerabilities Coding Style PHPDoc StyleCI Bug Reports To encourage active collaboration, Laravel strongly encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing a failing test. However, if you file a bug report, your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possib

MorphToMany::addConstraints()

void addConstraints() Set the base constraints on the relation query. Return Value void

MailFake::failures()

array failures() Get the array of failed recipients. Return Value array

MigrateMakeCommand

MigrateMakeCommand class MigrateMakeCommand extends BaseCommand (View source) Methods void __construct(MigrationCreator $creator, Composer $composer) Create a new migration install command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command s

HasManyThrough

HasManyThrough class HasManyThrough extends Relation (View source) Methods void __construct(Builder $query, Model $farParent, Model $parent, string $firstKey, string $secondKey, string $localKey) Create a new has many through relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initialize t

GeneratorCommand

GeneratorCommand class GeneratorCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasA

Paginator::count()

int count() Get the number of items for the current page. Return Value int

DatabaseNotification::getCreatedAtColumn()

string getCreatedAtColumn() Get the name of the "created at" column. Return Value string