EncryptionServiceProvider::__construct()

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

ValidationServiceProvider::commands()

void commands(array|mixed $commands) Register the package's custom Artisan commands. Parameters array|mixed $commands Return Value void

ValidationServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

View

Illuminate\View Namespaces Illuminate\View\CompilersIlluminate\View\Engines Classes Factory FileViewFinder View ViewServiceProvider

Worker

Worker class Worker (View source) Methods void __construct(QueueManager $manager, Dispatcher $events, ExceptionHandler $exceptions) Create a new queue worker. void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. void runNextJob(string $connectionName, string $queue, WorkerOptions $options) Process the next job on the queue. void process(string $connectionName, Job $job, WorkerOptions $options) Process a given job fr

Blueprint::timestampTz()

Fluent timestampTz(string $column) Create a new timestamp (with time zone) column on the table. Parameters string $column Return Value Fluent

PostgresGrammar

PostgresGrammar class PostgresGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(

JoinClause::orWhereExists()

Builder|Builder orWhereExists(Closure $callback, bool $not = false) Add an or exists clause to the query. Parameters Closure $callback bool $not Return Value Builder|Builder

AppNameCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

TokenGuard::getTokenForRequest()

string getTokenForRequest() Get the token for the current request. Return Value string