CompilerInterface::compile()

void compile(string $path) Compile the view at the given path. Parameters string $path Return Value void

Store::getPrefix()

string getPrefix() Get the cache key prefix. Return Value string

ModelMakeCommand

ModelMakeCommand class ModelMakeCommand extends GeneratorCommand (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. from GeneratorCommand 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 silent

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

SqsJob::resolveName()

string resolveName() Get the resolved name of the queued job class. Return Value string

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