PHPackages                             joeherold/readspeaker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. joeherold/readspeaker

ActiveContao-module[Utility &amp; Helpers](/categories/utility)

joeherold/readspeaker
=====================

A readspeaker implementation for contao.

1.0.1(10y ago)116[1 issues](https://github.com/joeherold/readspeaker/issues)LGPL-3.0+PHPPHP &gt;=5.3

Since Jun 20Pushed 10y ago1 watchersCompare

[ Source](https://github.com/joeherold/readspeaker)[ Packagist](https://packagist.org/packages/joeherold/readspeaker)[ Docs](http://www.webpixels.at)[ RSS](/packages/joeherold-readspeaker/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

readspeaker
===========

[](#readspeaker)

A readspeaker implementation for Contao CMS.

new release
-----------

[](#new-release)

the readspeaker module is now available for contao 3.5 LTS (currently 3.5.14)

manually installation guide for contao 4.X
------------------------------------------

[](#manually-installation-guide-for-contao-4x)

Currently, there is no ER Backend in Contao 4.X (last checked 20.06.2014 Contao version:4.1.3) But you may install Contao 3.x modules manually in Contao 4.0, with a few tweaks.

1. go to the Contao ER and search for the *readspeaker* module (Link: [Contao Extension Repository](https://contao.org/de/erweiterungsliste/find/readspeaker.html) )
2. scoll down to the bottom of the page and download the ZIP file and save it to your computer.
3. unzip the package
4. copy the unziped ***readspeaker folder*** to the following contao 4.x path: ***TL\_ROOT/system/modules/readspeaker*** by FTP to your webserver
5. open this file of Contao 4.X: TL\_ROOT/app/ **AppKernel.php** for edit in your prefered editor
6. add 2 Lines of Code: [SEE CODEBLOCK BELOW](#codeblock-for-appkernelphp)
7. login to contao backend and go to maintaince
8. select "empty internal cache" &amp; "recreate symlinks"
9. then go to the contao install tool (your.domain.com/install.php) and update the database tables (if the table does not provide any update, you may clear the chache by the contao 4 app console: **app/console cache:clear --env=prod** and then **app/console cache:warmup -e prod**)
10. the module now should be enabled in the backend of contao.

### codeblock for AppKernel.php

[](#codeblock-for-appkernelphp)

```
