Registry / utility / illuminate-filesystem

illuminate-filesystem

JSON →
library13.16.1phppackagistunverified

The Illuminate Filesystem package.

composer require illuminate/filesystem
INSTALL
IMPORT
SIG · ILLUMINATE-FILESYS
I
illuminate-filesystem
utilityphpv13.16.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Filesystem
use Illuminate\Filesystem\Filesystem;

Read a file using the Filesystem class

use Illuminate\Filesystem\Filesystem; $filesystem = new Filesystem(); $contents = $filesystem->get('example.txt'); echo $contents;
Debug
Known issues
gotchaIlluminate Filesystem is part of Laravel and may require other Illuminate components (e.g., `illuminate/contracts`) for full functionality.
fix
Install the full Laravel framework or add required contracts: `composer require illuminate/contracts`.
affects: >=5.0
Upgrade
Version history
13.16.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
illuminate-filesystem — pip install illuminate-filesystem · libregistry