int prepend(string $path, string $data) Prepend to a file.
bool deleteDirectory(string $directory, bool $preserve = false) Recursively
static array compiles() Get a list of files that should be compiled
array when() Get the events that trigger this service provider to register
bool isDirectory(string $directory) Determine if the given path is a directory
bool makeDirectory(string $path, int $mode = 493, bool $recursive = false, bool $force = false)
bool isReadable(string $path) Determine if the given path is readable.
array files(string $directory) Get an array of all files in a directory
string dirname(string $path) Extract the parent directory from a file path
bool isWritable(string $path) Determine if the given path is writable.
Page 6 of 10