Download the PHP package sethorax/typo3-fluidloader without Composer

On this page you can find all versions of the php package sethorax/typo3-fluidloader. 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 typo3-fluidloader

TYPO3 Extension fluidloader

Build Status StyleCI Latest Stable Version License

This extension automatically loads HTML fluid template files from a directory.

Features

This extension makes it very easy to work with different fluid templates for TYPO3 pages.

Usage

Installation

Installation using Composer

It is recommended to install this extension via composer.
To install it just do composer require sethorax/typo3-fluidloader

This extension can also be installed traditionally via the TYPO3 Extension Repository (TER).

Setup

  1. Include the static TypoScript template of the extension.
  2. Set your template, partial and layout root paths in the extension settings.
  3. Start adding some HTML fluid templates to the template root path as you wold normally do.
  4. Once a template is added, you can select this template in the page settings. Please note that the template must contain a special fluid section for the configuration options.

Fluid Template

Configuration Section

All templates must contain a special fluid section with the template configuration in XML format.

Example configuration:

The template configuration is located within the "configuration" fluid section.
The configuration is in XML format.

The configuration has one root element configuration. Within that element you can specify general configuration and the backendLayout.
Within general you can set the name of the template. This name will be used as the display value of the select field in the page settings.

Whitin backendLayout you can configure the backend layout of this template. The example above should be self explanatory. The content of the column elements is the label for that section.

Please note that the content of <f:section name="configuration"> must be valid XML!

Rest of the template

The rest of the template is just standard fluid. You can specify as many sections as you like and of course set the layout of the template.

It is recommended to use the FluidTYPO3 VHS extension to easily render the columns.

The configuration of the current page can be accessed via the page fluid variable.

Sidenotes

The creation of this extension was heavily inspired by FluidTYPO3's fluidpages extension.


All versions of typo3-fluidloader with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version >8.7.0 || <9
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 sethorax/typo3-fluidloader contains the following files

Loading the files please wait ....