symfony-cmf / routing-auto-bundle

Adding automatic route generating on top of the symfony cmf routing
https://cmf.symfony.com
14 stars 29 forks source link

No adapter has been configured #214

Closed JulienMarliac closed 7 years ago

JulienMarliac commented 7 years ago

Hi,

I'm trying ton test Symfony CMF but i'm stuck at installing this bundle. I keep getting the error :

"No adapter has been configured, you either need to enable a persistence layer or explicitly specify an adapter using the "adapter" configuration key. "

In the tutorial (https://symfony.com/doc/master/cmf/tutorial/getting-started.html) there is no reference to this "adapter" key.

Am I missing something ?

JulienMarliac commented 7 years ago

Find out the issue.

The tutorial says "If you intend to complete the entire tutorial you can save some time by adding all of the required packages now". But the routing auto bundle need to have some config done and in the tutorial this config is done in the next chapter.

Not an issue from routing auto bundle. My bad.