Illuminate\Config Classes EnvironmentVariables PHP $_ENV loader for protecting sensitive configuration options. FileEnvironmentVariablesLoader FileLoader Repository
void __construct(ConnectionResolverInterface $resolver) Create a new database seed command instance. Parameters ConnectionResolverInterface $resolver Return Value void
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
bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool
int currentPage() Determine the current page being paginated. Return Value int
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
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
$this after(Closure $callback) Register a callback to be called after the operation. Parameters Closure $callback Return Value $this
string compileExists(Builder $query) Compile an exists statement into SQL. Parameters Builder $query Return Value string
string detectEnvironment(Closure $callback) Detect the application's current environment. Parameters Closure $callback Return Value string
Page 982 of 996