Files
symfony-flex-recipes-contrib/league/flysystem-bundle/1.0/post-install.txt
T

17 lines
670 B
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> You just installed league/flysystem-bundle! </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* <fg=blue>Use</> the default storage immediately:
public function __construct(FilesystemInterface $defaultStorage)
{
...
}
* <fg=blue>Configure</> your own storages in <comment>config/packages/flysystem.yaml</comment>.
* <fg=blue>Read</> the documentation at:
<comment>https://github.com/thephpleague/flysystem-bundle/blob/master/docs/1-getting-started.md</>