Filesystem::put()
  • References/PHP/Laravel/Contracts/Filesystem

bool put(string $path, string|resource $contents, string $visibility = null)

2025-01-10 15:47:30
Factory::forget()
  • References/PHP/Laravel/Contracts/Cookie

Cookie forget(string $name, string $path = null, string $domain = null) Expire

2025-01-10 15:47:30
ModelIdentifier::__construct()
  • References/PHP/Laravel/Contracts/Database

void __construct(string $class, mixed $id) Create a new model identifier

2025-01-10 15:47:30
Queue::pushRaw()
  • References/PHP/Laravel/Contracts/Queue

mixed pushRaw(string $payload, string $queue = null, array $options = array())

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

string getCachedServicesPath() Get the path to the cached services.php

2025-01-10 15:47:30
ResponseFactory::download()
  • References/PHP/Laravel/Contracts/Routing

BinaryFileResponse download(SplFileInfo|string $file, string $name = null, array $headers = array()

2025-01-10 15:47:30
Registrar::get()
  • References/PHP/Laravel/Contracts/Routing

void get(string $uri, Closure|array|string $action)

2025-01-10 15:47:30
Cloud::get()
  • References/PHP/Laravel/Contracts/Filesystem

string get(string $path) Get the contents of a file.

2025-01-10 15:47:30
Application::output()
  • References/PHP/Laravel/Contracts/Console

string output() Get the output from the last command.

2025-01-10 15:47:30
Kernel::output()
  • References/PHP/Laravel/Contracts/Console

string output() Get the output for the last run command.

2025-01-10 15:47:30