mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
17 lines
670 B
Plaintext
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</>
|