Download the PHP package infinite-software/sulu-articles-publisher-bundle without Composer
On this page you can find all versions of the php package infinite-software/sulu-articles-publisher-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infinite-software/sulu-articles-publisher-bundle
More information about infinite-software/sulu-articles-publisher-bundle
Files in infinite-software/sulu-articles-publisher-bundle
Package sulu-articles-publisher-bundle
Short Description Sulu articles publisher bundle
License mit
Informations about the package sulu-articles-publisher-bundle
Bundle for Sulu Articles Publication Management.
This bundle closely connected with sulu content import/export bundle (fork).
Its main purpose is to solve the problem with published sulu articles not being available in sulu content variable, after executed content dump import command (from fork): php bin/console sulu:import dir_name (Assuming you have already exported content of sulu before (from fork))
Requirements
Bundle is tested with PHP 7.1, Symfony 3.4, Sulu 1.6.
Installation
- composer require infinite-software/sulu-articles-publisher-bundle
-
Modify AbstractKernel.php as always:
// app/AbstractKernel.php // ... class AbstractKernel extends SuluKernel { // ... public function registerBundles() { $bundles = array( // ... new InfiniteSoftware\Bundle\SuluArticlesPublisherBundle\SuluArticlesPublisherBundle(), ); // ... } } -
Now you can publish articles with the command: php bin/console sulu:articles:publish
- Then you should be able to see articles in content twig var, using for loop:
All versions of sulu-articles-publisher-bundle with dependencies
twig/extensions Version ^1.0
symfony/symfony Version ^3.4
sulu/sulu Version ~1.6.22
jackalope/jackalope-doctrine-dbal Version ^1.2.5
jackalope/jackalope-jackrabbit Version ^1.2
ongr/elasticsearch-bundle Version 5.0.5
sulu/article-bundle Version ^0.7.1