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

string name(string $path) Extract the file name from a file path.

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

bool exists(string $path) Determine if a file or directory exists.

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

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

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

mixed getRequire(string $path) Get the returned value of a file.

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

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

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

void link(string $target, string $link) Create a hard link to the target

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