Config

Illuminate\Config Classes EnvironmentVariables PHP $_ENV loader for protecting sensitive configuration options. FileEnvironmentVariablesLoader FileLoader Repository

SeedCommand::__construct()

void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void

DatabaseFailedJobProvider::log()

int|null log(string $connection, string $queue, string $payload, Exception $exception) Log a failed job into storage. Parameters string $connection string $queue string $payload Exception $exception Return Value int|null

ConnectionInterface::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

LengthAwarePaginator::currentPage()

int currentPage() Determine the current page being paginated. Return Value int

Factory::__construct()

void __construct(Request $request, Factory $view, TranslatorInterface $trans, string $pageName = 'page') Create a new pagination factory. Parameters Request $request Factory $view TranslatorInterface $trans string $pageName Return Value void

MorphOne::__construct()

void __construct(Builder $query, Model $parent, string $type, string $id, string $localKey) Create a new morph one or many relationship instance. Parameters Builder $query Model $parent string $type string $id string $localKey Return Value void

Event::after()

$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this

MySqlGrammar::compileExists()

string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string

Application::detectEnvironment()

string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string