MigratePublishCommand

MigratePublishCommand class MigratePublishCommand 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 ar

JobFailed

JobFailed class JobFailed (View source) Properties string $connectionName The connection name. Job $job The job instance. Exception $exception The exception that caused the job to fail.

Factory::startSection()

void startSection(string $section, string $content = '') Start injecting content into a section. Parameters string $section string $content Return Value void

Listener::makeProcess()

Process makeProcess(string $connection, string $queue, int $delay, int $memory, int $timeout) Create a new Symfony process for the worker. Parameters string $connection string $queue int $delay int $memory int $timeout Return Value Process

HasOneOrMany::__construct()

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

ResponseFactory::jsonp()

JsonResponse jsonp(string $callback, string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSONP response from the application. Parameters string $callback string|array $data int $status array $headers int $options Return Value JsonResponse

Unique::using()

$this using(Closure $callback) Register a custom query callback. Parameters Closure $callback Return Value $this

ScheduleRunCommand::table()

void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void

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

LoaderInterface::exists()

bool exists(string $group, string $namespace = null) Determine if the given configuration group exists. Parameters string $group string $namespace Return Value bool