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

AliasLoader::setInstance()

static void setInstance(AliasLoader $loader) Set the value of the singleton alias loader. Parameters AliasLoader $loader Return Value void

Writer::write()

void write(string $level, string $message, array $context = array()) Dynamically pass log calls into the writer. Parameters string $level string $message array $context Return Value void

RetrievesMultipleKeys::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

FormRequest::toArray()

array toArray() Get all of the input and files for the request. Return Value array

MigrationRepositoryInterface::getMigrations()

array getMigrations(int $steps) Get list of migrations. Parameters int $steps Return Value array

MySqlConnection::enableQueryLog()

void enableQueryLog() Enable the query log on the connection. Return Value void

ProviderMakeCommand::warn()

void warn(string $string) Write a string as warning output. Parameters string $string Return Value void

QueueFake::pushed()

Collection pushed(string $job, callable|null $callback = null) Get all of the jobs matching a truth-test callback. Parameters string $job callable|null $callback Return Value Collection

CommandsServiceProvider

CommandsServiceProvider class CommandsServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider void register() Register the service provider. static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array