Download the PHP package jonnitto/prettyembedvideostreaming without Composer
On this page you can find all versions of the php package jonnitto/prettyembedvideostreaming. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jonnitto/prettyembedvideostreaming
More information about jonnitto/prettyembedvideostreaming
Files in jonnitto/prettyembedvideostreaming
Package prettyembedvideostreaming
Short Description Prettier embeds for your native streaming videos in Neos CMS - with nice options like high-res preview images, lightbox feature, captions and advanced customization of embed options.
License GPL-3.0-or-later
Homepage https://github.com/jonnitto/Jonnitto.PrettyEmbedVideoStreaming
Informations about the package prettyembedvideostreaming
Jonnitto.PrettyEmbedVideoStreaming
For a detail guide, please visit the PrettyEmbed Wiki
Prettier embeds for your native streaming videos in Neos CMS - with excellent options like high-res preview images, lightbox feature, captions, and advanced customization of embed options.
Version | Neos | Maintained |
---|---|---|
1.* | 4.2.*, >= 5 | ✗ |
2.* | >= 5.3 | ✗ |
6.* | >= 7.3 | ✓ |
The version jump was made to have all packages from the PrettyEmbed series on the same number
Installation
Most of the time, you have to make small adjustments to a package (e.g., configuration in Settings.yaml
). Because of
that, it is essential to add the corresponding package to the composer from your theme package. Navigate to this package
in your CLI and run the following command:
The --no-update
command prevent the automatic update of the dependencies. After the package was added to your package
composer.json
, go back to the root of the Neos installation and run composer update
. Et voilà! Your desired package
is now installed correctly.