https://github.com/namelesscoder/example
FluidTYPO3 Examples Collection as extension
https://github.com/namelesscoder/example
Last synced: 12 months ago
JSON representation
FluidTYPO3 Examples Collection as extension
- Host: GitHub
- URL: https://github.com/namelesscoder/example
- Owner: NamelessCoder
- Created: 2016-04-16T18:57:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-16T18:58:00.000Z (almost 10 years ago)
- Last Synced: 2025-01-31T16:59:53.517Z (about 1 year ago)
- Language: HTML
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FluidTYPO3 Example Extension
============================
An extension containing at least one example of all features provided by the FluidTYPO3 extension family. Each example is a _live_
example meaning that it implemented in **exactly the same way each feature should be implemented by you in your site** but also
contains extensive help texts and descriptions.
Installation and usage
----------------------
The extension is only available via Github or Packagist - it cannot be downloaded from the TYPO3 extension repository.
### Steps to install:
1. Run `composer require fluidtypo3/example` in your project (or use `composer require --dev fluidtypo3/example` if you wish;
this extension has no purpose in a production environment after all)
2. Install the extension with the extension key `example` via the TYPO3 extension manager (if your site is currently installed you
can run the command `./typo3/cli_dispatch.phpsh extbase extension:install example` to install the extension but this will fail
if you haven't completed the TYPO3 install process - manually or automatically - beforehand)
### To use the examples:
In your TYPO3 site start by creating a new content element of the type `FluidTYPO3: Getting Started` (under the tab called
`Help` when inserting a new content element). Save and close the element and study the content element's preview area - where you
will find explanations of the main concepts along with instructions on how to use the examples.