Application::useEnvironmentPath()
  • References/PHP/Laravel/Foundation

$this useEnvironmentPath(string $path) Set the directory for the environment

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

mixed offsetGet(string $key) Get the value at a given offset.

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

string|array server(string $key = null, string|array|null $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
FormRequest::hasFile()
  • References/PHP/Laravel/Foundation/Http

bool hasFile(string $key) Determine if the uploaded data contains a file

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

string url() Get the URL (no query string) for the request.

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

Application getLaravel()

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

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

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

int call(string $command, array $arguments = array()) Call another console

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

void __construct(Filesystem $files)

2025-01-10 15:47:30