Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Flysystem 2 Storage #138

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. Add Flysystem 2 Storage

    Just upgraded to V2 https://flysystem.thephpleague.com/v2/docs/advanced/upgrade-to-2.0.0/
    
    `use League\Flysystem\AdapterInterface;` => `use League\Flysystem\Local\LocalFilesystemAdapter;`
    
    `$this->filesystem->has` => `$this->filesystem->fileExists`
    `$this->filesystem->put` => `$this->filesystem->write`
    marcus-at-localhost authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    684d321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfe44b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b7502e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Configuration menu
    Copy the full SHA
    b7e0456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdc6039 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    8b6eed5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. Configuration menu
    Copy the full SHA
    987e815 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    ef74fb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44900e5 View commit details
    Browse the repository at this point in the history