static void setFacadeApplication(Application $app) Set the application instance. Parameters Application $app Return Value void
string first(string $key = null, string $format = null) Get the first message from the bag for a given key. Parameters string $key string $format Return Value string
array getDates() Get the attributes that should be converted to dates. Return Value array
string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string
string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array
bool|null restore() Restore a soft-deleted model instance. Return Value bool|null
Illuminate\Contracts\Events Interfaces Dispatcher
$this toOthers() Broadcast the event to everyone except the current user. Return Value $this
string getForeignKey() Get the default foreign key name for the model. Return Value string
void __construct(ConfigPublisher $config) Create a new configuration publish command instance. Parameters ConfigPublisher $config Return Value void
Page 249 of 996