StorageLinkCommand::info()
  • References/PHP/Laravel/Foundation/Console

void info(string $string, null|int|string $verbosity = null) Write a string

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

string|array argument(string $key = null) Get the value of a command argument

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

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

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

Application getLaravel()

2025-01-10 15:47:30
MakesHttpRequests::post()
  • References/PHP/Laravel/Foundation/Testing/Concerns

$this post(string $uri, array $data = array(), array $headers = array()) Visit

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

$this useStoragePath(string $path) Set the storage directory.

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

string publicPath() Get the path to the public / web directory.

2025-01-10 15:47:30
FormRequest::pjax()
  • References/PHP/Laravel/Foundation/Http

bool pjax() Determine if the request is the result of an PJAX call.

2025-01-10 15:47:30
FormRequest::root()
  • References/PHP/Laravel/Foundation/Http

string root() Get the root URL for the application.

2025-01-10 15:47:30
FormRequest::all()
  • References/PHP/Laravel/Foundation/Http

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

2025-01-10 15:47:30