1

I am new to Nette framework, I have done everything correctly but it shows the following warning

enter image description here

My Files Look like this enter image description here

Any Help will be greatly appreciated. Thanks

shruti1810
  • 3,920
  • 2
  • 16
  • 28
Muhammad
  • 6,725
  • 5
  • 47
  • 54
  • 1
    Hello, did you try to clean cache (temp\cache)? if it did not help, what are your routes (app\bootstrap.php)? – JackDavis Jun 07 '15 at 21:03
  • Thanks JackDavis, I asked the same question on Nette Forum and a guy figured it out to clear my Cache and it done work for me. – Muhammad Jun 08 '15 at 12:24

2 Answers2

1

In my case composer dump-autoload don't help. I must delete temp/cache how advises JackDavis.

The same problem I did with styles, too. After deleting temp/cache is everything ok.

Jogi
  • 98
  • 2
  • 8
0

I got the Solution, I just applied this command composer dump-autoload in command prompt which clears the cache :-)

Muhammad
  • 6,725
  • 5
  • 47
  • 54