jweiland / like-it
Like nearly any frontend content thanks to a custom view helper. No login required.
Installs: 5 569
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 3
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4.36 || ^11.5.23
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.10
- nimut/testing-framework: ^6.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-20 08:24:19 UTC
README
With like_it
you can create, manage and display company entries.
1 Features
- This extension allows you to integrate a like button functionality for nearly any frontend plugin (Text, events, news, ...).
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require jweiland/like-it
Installation as extension from TYPO3 Extension Repository (TER)
Download and install like_it
with the extension manager module.
2.2 Minimal setup
Please read documentation how to implement like_it
into your
or a foreign extension.