JobMakeCommand::choice()
  • References/PHP/Laravel/Foundation/Console

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null)

2025-01-10 15:47:30
ModelMakeCommand::line()
  • References/PHP/Laravel/Foundation/Console

void line(string $string, string $style = null, null|int|string $verbosity = null)

2025-01-10 15:47:30
ModelMakeCommand::confirm()
  • References/PHP/Laravel/Foundation/Console

bool confirm(string $question, bool $default = false) Confirm a question

2025-01-10 15:47:30
ModelMakeCommand::anticipate()
  • References/PHP/Laravel/Foundation/Console

string anticipate(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
Application::setBasePath()
  • References/PHP/Laravel/Foundation

$this setBasePath(string $basePath) Set the base path for the application

2025-01-10 15:47:30
User::setPerPage()
  • References/PHP/Laravel/Foundation/Auth

$this setPerPage(int $perPage) Set the number of models to return per page

2025-01-10 15:47:30
JobMakeCommand::askWithCompletion()
  • References/PHP/Laravel/Foundation/Console

string askWithCompletion(string $question, array $choices, string $default = null)

2025-01-10 15:47:30
Application::hasBeenBootstrapped()
  • References/PHP/Laravel/Foundation

bool hasBeenBootstrapped() Determine if the application has been bootstrapped

2025-01-10 15:47:30
Application::setInstance()
  • References/PHP/Laravel/Foundation

static Container setInstance(

2025-01-10 15:47:30
User::cant()
  • References/PHP/Laravel/Foundation/Auth

bool cant(string $ability, array|mixed $arguments = array()) Determine

2025-01-10 15:47:30