Can't get started with EventCalendar
Notice: This thread is very old.
- kevchal
- Member | 10
hi every one
I am a beginner on nette framework and I am trying to use EventCalendar addon
(EventCalendar).
I have folowed the steps of the Quick Start so in the command line input in
my root directory, I typed :
Composer require jaroslav-kubicek/event-calendar
In my presenter, I have :
in my template file, I have :
<h1 n:block=“title”>test</h1>
{block content}
{control Calendar}
I also changed my bootstrap.php in order to auto load EventCalendar Classes
But, I have the error :
Nette\InvalidStateException
Found sections ‘en’, ‘cz’, ‘sk’, ‘de’ in configuration, but
corresponding extensions are missing.
If someone could give me a hand with this issue, I have been stuck on this for weeks.
Thanking you in advance