Download the PHP package itech-world/sulu-wiki-bundle without Composer

On this page you can find all versions of the php package itech-world/sulu-wiki-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package sulu-wiki-bundle

Wiki Bundle for Sulu

Developed by Steeven THOMAS

GitHub license GitHub tag (latest SemVer) Sulu compatibility

SuluWikiBundle extends the Sulu CMS to offer wiki and documentation management features similar to WikiJS

📂 Requirements

🛠️ Features

📸 Screenshots

You can see screenshots of admin and frontend.

🚀 Installation

Step 1: Download using composer

In a Symfony application run this command to install and integrate Cookie Consent bundle in your application:

Step 2: Enable the bundle

When not using symfony flex, enable the bundle in bundles.php manually:

Step 3: Edit admin package

Edit the assets/admin/package.json to add the bundle to the list of bundles:

Edit the assets/admin/app.js to add the bundle in imports:

In the assets/admin/ folder, run the following command:

or

Step 4: Configure to your needs

Configure your bundle in the config/packages/itech_world_sulu_wiki.yaml file:

You can find all urls in https://cdnjs.com/libraries/highlight.js By default :

For the quote icons, you can use any emoji you want or add external icons, from FontAwesome for example.

Step 5: Add blocks in your xml page template

Add the following code in your xml page template:

You can create and use your own block template, like the blocks.xml file.

📖 Usage

Twig implementation

Load the HIGHLIGHT scripts and stylesheet in your base twig template in the head section:

If you want to use the default front css, load it in your base twig template in the head section:

Include the blocks in your twig front template:

🎨 Customization

Styling

SuluWikiBundle comes with a default styling. If you don't want to use the default css, you can create your own css file. You can find the default css file in the bundle default_css.html.twig template.

🐛 Bug and Idea

See the open issues for a list of proposed features (and known issues).

💰 Support me

You can buy me a coffee to support me this plugin is 100% free.

Buy me a coffee

👨‍💻 Contact

📘  License

This bundle is under the MIT License.


All versions of sulu-wiki-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
sulu/sulu Version ^2.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package itech-world/sulu-wiki-bundle contains the following files

Loading the files please wait ....