0
votes

I try to use "./cake bake" to configure my db (mongo) and my models. When I digit the command on my shell, my output is:

Welcome to CakePHP v2.3.2 Console

App : app
Path: /var/www/cakephp/app/

Interactive Bake Shell

[D]atabase Configuration
[M]odel
[V]iew
[C]ontroller
[P]roject
[F]ixture
[T]est case
[Q]uit
What would you like to Bake? (D/M/V/C/P/F/T/Q)

D

Database Configuration:

Name:
[default] >
Datasource: (Mysql/Postgres/Sqlite/Sqlserver)

Where are mongoDB's drivers?

1

1 Answers

2
votes

Try taking a look at this github repo.

It will allow you to use MongoDB as a datastore for Cake