Skip to content

luceos/filesystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filesystem drivers

Implementation

As an extension developer you can add an Extender to your extend.php with which you set up a requirement for a filesystem implementation. To do so, load the ConfigureFilesystem extender:

use FoF\FilesystemDrivers\Extend\ConfigureFilesystem;

return [
    (new ConfigureFilesystem('your-extension-filesystem'))
    // ..
];

From now on you can retrieve the most suitable filesystem driver using the Manager class:

use FoF\FilesystemDrivers\Manager;

app(Manager::class)->retrieve('your-extension-filesystem');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published