Queue::bulk()

mixed bulk(array $jobs, mixed $data = '', string $queue = null) Push an array of jobs onto the queue. Parameters array $jobs mixed $data string $queue Return Value mixed

Queue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

CommandsServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array

Composer

Composer class Composer (View source) Methods void __construct(Filesystem $files, string $workingPath = null) Create a new Composer manager instance. void dumpAutoloads(string $extra = '') Regenerate the Composer autoloader files. void dumpOptimized() Regenerate the optimized Composer autoloader files. $this setWorkingPath(string $path) Set the working path used by the class.

NotificationFake::assertNotSentTo()

void assertNotSentTo(mixed $notifiable, string $notification, callable|null $callback = null) Determine if a notification was sent based on a truth-test callback. Parameters mixed $notifiable string $notification callable|null $callback Return Value void

QueueManager::extend()

void extend(string $driver, Closure $resolver) Add a queue connection resolver. Parameters string $driver Closure $resolver Return Value void

InteractsWithPages

InteractsWithPages trait InteractsWithPages (View source) Methods $this visit(string $uri) Visit the given URI with a GET request. $this visitRoute(string $route, array $parameters = array()) Visit the given named route with a GET request. $this within(string $element, Closure $callback) Narrow the test content to a specific area of the page. $this see(string $text, bool $negate = false) Assert that a given string is seen on the current HTML. $this dontSee(string $text

Factory

Factory interface Factory (View source) Methods Queue connection(string $name = null) Resolve a queue connection instance.

ForgetFailedCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

MySqlProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array