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
FilesystemServiceProvider::provides()
  • References/PHP/Laravel/Filesystem

array provides() Get the services provided by the provider.

2025-01-10 15:47:30
Filesystem::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::__construct()
  • References/PHP/Laravel/Filesystem

void __construct(FilesystemInterface $driver) Create a new filesystem adapter

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

bool makeDirectory(string $path) Create a directory.

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
Filesystem::isWritable()
  • References/PHP/Laravel/Filesystem

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

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
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::lastModified()
  • References/PHP/Laravel/Filesystem

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

2025-01-10 15:47:30