TinkerCommand

TinkerCommand class TinkerCommand 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 argument(string $k

PendingBroadcast::__construct()

void __construct(Dispatcher $events, mixed $event) Create a new pending broadcast instance. Parameters Dispatcher $events mixed $event Return Value void

Pluralizer::plural()

static string plural(string $value, int $count = 2) Get the plural form of an English word. Parameters string $value int $count Return Value string

MailgunTransport

MailgunTransport class MailgunTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

KeyGeneratorServiceProvider::__construct()

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

DatabaseNotification::freshTimestampString()

string freshTimestampString() Get a fresh timestamp for the model. Return Value string

LogTransport

LogTransport class LogTransport extends Transport (View source) Properties array $plugins The plug-ins registered with the transport. from Transport

ServeCommand::run()

int run(InputInterface $input, OutputInterface $output) Run the console command. Parameters InputInterface $input OutputInterface $output Return Value int

ServeCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

ArtisanServiceProvider::commands()

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