Filesystem::prepend()
  • References/PHP/Laravel/Filesystem

int prepend(string $path, string $data) Prepend to a file.

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

bool deleteDirectory(string $directory, bool $preserve = false) Recursively

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

static array compiles() Get a list of files that should be compiled

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

array when() Get the events that trigger this service provider to register

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

bool isDirectory(string $directory) Determine if the given path is a directory

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

bool makeDirectory(string $path, int $mode = 493, bool $recursive = false, bool $force = false)

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

bool isReadable(string $path) Determine if the given path is readable.

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

array files(string $directory) Get an array of all files in a directory

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

bool isWritable(string $path) Determine if the given path is writable.

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

int size(string $path) Get the file size of a given file.

2025-01-10 15:47:30