FilesystemManager::__construct()
  • References/PHP/Laravel/Filesystem

void __construct(Application $app)

2025-01-10 15:47:30
FilesystemAdapter::mimeType()
  • References/PHP/Laravel/Filesystem

string|false mimeType(string $path) Get the mime-type of a given file.

2025-01-10 15:47:30
FilesystemAdapter::directories()
  • References/PHP/Laravel/Filesystem

array directories(string|null $directory = null, bool $recursive = false)

2025-01-10 15:47:30
FilesystemAdapter::url()
  • References/PHP/Laravel/Filesystem

string url(string $path) Get the URL for the file at the given path.

2025-01-10 15:47:30
FilesystemAdapter::prepend()
  • References/PHP/Laravel/Filesystem

int prepend(string $path, string $data, string $separator = PHP_EOL) Prepend

2025-01-10 15:47:30
FilesystemAdapter::lastModified()
  • References/PHP/Laravel/Filesystem

int lastModified(string $path) Get the file's last modification time.

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

int put(string $path, string $contents, bool $lock = false) Write the contents

2025-01-10 15:47:30
FilesystemManager::createFtpDriver()
  • References/PHP/Laravel/Filesystem

Filesystem createFtpDriver(array $config)

2025-01-10 15:47:30
FilesystemAdapter::deleteDirectory()
  • References/PHP/Laravel/Filesystem

bool deleteDirectory(string $directory) Recursively delete a directory

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

static mixed __callStatic(string $method, array $parameters) Dynamically

2025-01-10 15:47:30