string name(string $path) Extract the file name from a file path.
bool exists(string $path) Determine if a file or directory exists.
bool makeDirectory(string $path, int $mode = 493, bool $recursive = false, bool $force = false)
string|false mimeType(string $path) Get the mime-type of a given file.
mixed getRequire(string $path) Get the returned value of a file.
array when() Get the events that trigger this service provider to register
static array compiles() Get a list of files that should be compiled
array provides() Get the services provided by the provider.
void link(string $target, string $link) Create a hard link to the target
void __construct(FilesystemInterface $driver) Create a new filesystem adapter
Page 5 of 10