Composer::__construct()

void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. Parameters Filesystem $files string $workingPath Return Value void

Dumper::dump()

void dump(mixed $value) Dump a value with elegance. Parameters mixed $value Return Value void

CompilerEngine

CompilerEngine class CompilerEngine extends PhpEngine (View source) Methods string get(string $path, array $data = array()) Get the evaluated contents of the view. void __construct(CompilerInterface $compiler) Create a new Blade view engine instance. CompilerInterface getCompiler() Get the compiler implementation.

MethodValidator::matches()

bool matches(Route $route, Request $request) Validate a given rule against a route and request. Parameters Route $route Request $request Return Value bool

JoinClause::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

EventGenerateCommand

EventGenerateCommand class EventGenerateCommand 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 string|array argu

Validator::getExtensions()

array getExtensions() Get the array of custom validator extensions. Return Value array

Model::created()

static void created(Closure|string $callback, int $priority) Register a created model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

DatabaseServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

DatabaseNotification::setConnectionResolver()

static void setConnectionResolver(ConnectionResolverInterface $resolver) Set the connection resolver instance. Parameters ConnectionResolverInterface $resolver Return Value void